diff options
author | David Robillard <d@drobilla.net> | 2011-07-26 20:43:43 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-07-26 20:43:43 +0000 |
commit | 070cbeb20775154aad7538145b547c0a98fc8c7b (patch) | |
tree | c3d4dc6e825021d29acfc2bbd2aaea68331e7334 /wscript | |
parent | fb2e4b8c2059ee632bd907485aef74ac09f2cd61 (diff) | |
download | serd-070cbeb20775154aad7538145b547c0a98fc8c7b.tar.gz serd-070cbeb20775154aad7538145b547c0a98fc8c7b.tar.bz2 serd-070cbeb20775154aad7538145b547c0a98fc8c7b.zip |
Fix pretty printing of successive blank descriptions, i.e. "] , [".
git-svn-id: http://svn.drobilla.net/serd/trunk@209 490d8e77-9747-427b-9fa3-0b8f29cee8a0
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,4 +1,3 @@ - #!/usr/bin/env python import filecmp import glob @@ -10,7 +9,7 @@ from waflib.extras import autowaf as autowaf import waflib.Logs as Logs, waflib.Options as Options # Version of this package (even if built as a child) -SERD_VERSION = '0.4.2' +SERD_VERSION = '0.4.3' SERD_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro) |