summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-04-28 03:36:38 +0000
committerDavid Robillard <d@drobilla.net>2014-04-28 03:36:38 +0000
commit8816b5ed384d4a07e19141fe2188fcd45c9adbcd (patch)
tree75628debb8faff25b796e2244ff1395ec079a206 /wscript
parent8b9a504615299660251de084d227b1ba183f75ce (diff)
downloadpatchage-8816b5ed384d4a07e19141fe2188fcd45c9adbcd.tar.gz
patchage-8816b5ed384d4a07e19141fe2188fcd45c9adbcd.tar.bz2
patchage-8816b5ed384d4a07e19141fe2188fcd45c9adbcd.zip
Patchage 1.0.0.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5385 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 2 insertions, 2 deletions
diff --git a/wscript b/wscript
index 303b910..f90383c 100644
--- a/wscript
+++ b/wscript
@@ -9,7 +9,7 @@ from waflib.extras import autowaf as autowaf
import waflib.Options as Options, waflib.Utils as Utils
# Version of this package (even if built as a child)
-PATCHAGE_VERSION = '0.6.0'
+PATCHAGE_VERSION = '1.0.0'
# Variables for 'waf dist'
APPNAME = 'patchage'
@@ -58,7 +58,7 @@ def configure(conf):
autowaf.check_pkg(conf, 'gtkmm-2.4', uselib_store='GTKMM',
atleast_version='2.12.0', mandatory=True)
autowaf.check_pkg(conf, 'ganv-1', uselib_store='GANV',
- atleast_version='1.2.1', mandatory=True)
+ atleast_version='1.4.0', mandatory=True)
if Options.platform == 'darwin':
autowaf.check_pkg(conf, 'gtk-mac-integration', uselib_store='GTK_OSX',