summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 3 insertions, 2 deletions
diff --git a/wscript b/wscript
index b8cc3a0..be8b64d 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.5'
+RAUL_VERSION = '0.6.6'
# Library version (UNIX style major, minor, micro)
# major increment <=> incompatible changes
@@ -20,7 +20,8 @@ RAUL_VERSION = '0.6.5'
# 0.6.3 = 6,0,0 (unreleased)
# 0.6.4 = 7,0,0 (unreleased)
# 0.6.5 = 8,0,0 (unreleased)
-RAUL_LIB_VERSION = '8.0.0'
+# 0.6.6 = 9,0,0 (unreleased)
+RAUL_LIB_VERSION = '9.0.0'
# Variables for 'waf dist'
APPNAME = 'raul'