diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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' |