diff options
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ import Options import os # Version of this package (even if built as a child) -RAUL_VERSION = '0.7.0' +RAUL_VERSION = '0.8.0' # Library version (UNIX style major, minor, micro) # major increment <=> incompatible changes @@ -21,7 +21,7 @@ RAUL_VERSION = '0.7.0' # 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 +# 0.8.0 = 9,0,0 RAUL_LIB_VERSION = '9.0.0' # Variables for 'waf dist' |