diff options
author | David Robillard <d@drobilla.net> | 2020-04-09 14:30:43 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-04-09 14:30:43 +0200 |
commit | b69c3bac42c9cf5cfcd79bce3363b4343bf0cd2e (patch) | |
tree | b088a5712e8fef16202ace335b531b63a7bd8a50 /wscript | |
parent | 6b9314a45c8ddf5af754d0b2260599ff9aec343f (diff) | |
download | patchage-552a24014c004ae628d5656aef0a38aff15696ab.tar.gz patchage-552a24014c004ae628d5656aef0a38aff15696ab.tar.bz2 patchage-552a24014c004ae628d5656aef0a38aff15696ab.zip |
Patchage 1.0.2v1.0.2
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ from waflib import Options, Utils from waflib.extras import autowaf # Version of this package (even if built as a child) -PATCHAGE_VERSION = '1.0.1' +PATCHAGE_VERSION = '1.0.2' # Variables for 'waf dist' APPNAME = 'patchage' |