summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/wscript b/wscript
index 5abda8c..965c2f2 100644
--- a/wscript
+++ b/wscript
@@ -4,7 +4,7 @@ import Options
import os
# Version of this package (even if built as a child)
-RAUL_VERSION = '0.6.6'
+RAUL_VERSION = '0.7.0'
# Library version (UNIX style major, minor, micro)
# major increment <=> incompatible changes
@@ -21,6 +21,7 @@ RAUL_VERSION = '0.6.6'
# 0.6.4 = 7,0,0 (unreleased)
# 0.6.5 = 8,0,0 (unreleased)
# 0.6.6 = 9,0,0 (unreleased)
+# 0.7.0 = 9,0,0
RAUL_LIB_VERSION = '9.0.0'
# Variables for 'waf dist'