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.4' +RAUL_VERSION = '0.6.5' # Library version (UNIX style major, minor, micro) # major increment <=> incompatible changes @@ -19,7 +19,8 @@ RAUL_VERSION = '0.6.4' # 0.6.2 = 5,0,0 (unreleased) # 0.6.3 = 6,0,0 (unreleased) # 0.6.4 = 7,0,0 (unreleased) -RAUL_LIB_VERSION = '7.0.0' +# 0.6.5 = 8,0,0 (unreleased) +RAUL_LIB_VERSION = '8.0.0' # Variables for 'waf dist' APPNAME = 'raul' |