diff options
author | David Robillard <d@drobilla.net> | 2011-01-12 00:17:01 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-01-12 00:17:01 +0000 |
commit | f06405b532d2cb164313311c44969d08fcf5fa65 (patch) | |
tree | 122fbaf3104ea4860907f5c5d13b8923f9d0e088 /wscript | |
parent | 1b47f65c54641e9d5f8b3fd467470ecd2b857aaa (diff) | |
download | patchage-f06405b532d2cb164313311c44969d08fcf5fa65.tar.gz patchage-f06405b532d2cb164313311c44969d08fcf5fa65.tar.bz2 patchage-f06405b532d2cb164313311c44969d08fcf5fa65.zip |
Patchage 0.5.0.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2832 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ import autowaf import Options # Version of this package (even if built as a child) -PATCHAGE_VERSION = '0.4.6' +PATCHAGE_VERSION = '0.5.0' # Variables for 'waf dist' APPNAME = 'patchage' |