aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wscript5
1 files changed, 2 insertions, 3 deletions
diff --git a/wscript b/wscript
index 5c4af7dd..96d0d9c6 100644
--- a/wscript
+++ b/wscript
@@ -15,9 +15,8 @@ SERD_VERSION = '0.1.0'
# major increment <=> incompatible changes
# minor increment <=> compatible changes (additions)
# micro increment <=> no interface changes
-# Version history:
-# 0.0.1 = 1,0,0
-SERD_LIB_VERSION = '1.0.0'
+# Serd uses the same version number for both library and package
+SERD_LIB_VERSION = SERD_VERSION
# Variables for 'waf dist'
APPNAME = 'serd'