diff options
author | David Robillard <d@drobilla.net> | 2017-08-28 12:42:50 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-08-28 12:43:18 +0200 |
commit | 91650728254f98e5949b28e3ad7bdac29047d2ae (patch) | |
tree | 087001506a78e952e33c3b3fefff8446d4b8233a /wscript | |
parent | 1cd321825c52eddd4175cb4ec58ae8d7ad2da48d (diff) | |
download | serd-91650728254f98e5949b28e3ad7bdac29047d2ae.tar.gz serd-91650728254f98e5949b28e3ad7bdac29047d2ae.tar.bz2 serd-91650728254f98e5949b28e3ad7bdac29047d2ae.zip |
Report errors for prematurely terminated statements
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.29.1' +SERD_VERSION = '0.29.2' SERD_MAJOR_VERSION = '0' # Mandatory waf variables |