diff options
author | David Robillard <d@drobilla.net> | 2016-09-19 23:51:25 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-09-19 23:51:25 -0400 |
commit | 83de3f80ca6cbbaac35c003bba9d6625db525939 (patch) | |
tree | 19d3a514097a7502b11c3164b2eec55635be0ee1 /wscript | |
parent | 8df48c1a54e397e2b3ce1f7787915b089d3714e6 (diff) | |
download | serd-605453c1e672e4a0ab60989bc102512dea7444e5.tar.gz serd-605453c1e672e4a0ab60989bc102512dea7444e5.tar.bz2 serd-605453c1e672e4a0ab60989bc102512dea7444e5.zip |
Serd 0.24.0v0.24.0
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ import waflib.extras.autowaf as autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SERD_VERSION = '0.23.0' +SERD_VERSION = '0.24.0' SERD_MAJOR_VERSION = '0' # Mandatory waf variables |