diff options
author | David Robillard <d@drobilla.net> | 2017-01-10 08:33:06 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-01-10 08:33:06 -0500 |
commit | 7eda4e2dbd714dc6792ce674af52ba3512e66926 (patch) | |
tree | fc77ca45a0e71adea453d943d7f0e6c5f7c67a89 /wscript | |
parent | ae3d5603d62c9cc0cab2b1a57514f7c66f4409fe (diff) | |
download | serd-7eda4e2dbd714dc6792ce674af52ba3512e66926.tar.gz serd-7eda4e2dbd714dc6792ce674af52ba3512e66926.tar.bz2 serd-7eda4e2dbd714dc6792ce674af52ba3512e66926.zip |
Serd 0.26.0v0.26.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.25.0' +SERD_VERSION = '0.26.0' SERD_MAJOR_VERSION = '0' # Mandatory waf variables |