diff options
author | David Robillard <d@drobilla.net> | 2017-04-24 21:41:46 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-04-24 21:41:46 +0200 |
commit | 52d36530ef5bfd1b2be810a1ade6e034b76aa097 (patch) | |
tree | cf1a34d1f1c51508b1fd0a253609eebc428efbd3 /wscript | |
parent | 1c9b402f041067a321a5f59ff0bcd7238e0ab9fe (diff) | |
download | serd-52d36530ef5bfd1b2be810a1ade6e034b76aa097.tar.gz serd-52d36530ef5bfd1b2be810a1ade6e034b76aa097.tar.bz2 serd-52d36530ef5bfd1b2be810a1ade6e034b76aa097.zip |
Allow arbitrary page size to be passed for custom sources
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.27.0' +SERD_VERSION = '0.27.1' SERD_MAJOR_VERSION = '0' # Mandatory waf variables |