diff options
author | David Robillard <d@drobilla.net> | 2016-03-15 18:02:32 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2016-03-15 18:02:32 -0400 |
commit | bb8f19e9e4fbcfa015f48377df34cb89e5b1173e (patch) | |
tree | 29fe8e76af6dec007b3efbfd8c377fc54f141aab /wscript | |
parent | 530a14b795329e1bd3ecf98a0b0d924bcfdc6736 (diff) | |
download | serd-bb8f19e9e4fbcfa015f48377df34cb89e5b1173e.tar.gz serd-bb8f19e9e4fbcfa015f48377df34cb89e5b1173e.tar.bz2 serd-bb8f19e9e4fbcfa015f48377df34cb89e5b1173e.zip |
Fix potential out of bounds read
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.22.1' +SERD_VERSION = '0.22.3' SERD_MAJOR_VERSION = '0' # Mandatory waf variables |