diff options
author | David Robillard <d@drobilla.net> | 2014-01-24 03:01:28 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-01-24 03:01:28 +0000 |
commit | e01ab132bd755900cd48c9013d19ff61c5bb98f5 (patch) | |
tree | d5113aa752b72a5a272f99c873b693d55bb2ef12 /wscript | |
parent | bb3fcd6b15e742ba278fe5ac5cd975e67c715042 (diff) | |
download | sratom-e01ab132bd755900cd48c9013d19ff61c5bb98f5.tar.gz sratom-e01ab132bd755900cd48c9013d19ff61c5bb98f5.tar.bz2 sratom-e01ab132bd755900cd48c9013d19ff61c5bb98f5.zip |
Don't set eg prefix in sratom_to_turtle.
Update NEWS.
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5320 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ import waflib.extras.autowaf as autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SRATOM_VERSION = '0.4.4' +SRATOM_VERSION = '0.4.5' SRATOM_MAJOR_VERSION = '0' # Mandatory waf variables |