summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2010-09-04 01:12:58 +0000
committerDavid Robillard <d@drobilla.net>2010-09-04 01:12:58 +0000
commitfed5dc1ca64794b05757718f568a68dc875b2e0e (patch)
tree001392f3508acb4cf13efecf7bf6dfeacfabf050 /wscript
parentf264bbdf5134e19dc928fcf701a36710efd5b3cd (diff)
downloadpatchage-fed5dc1ca64794b05757718f568a68dc875b2e0e.tar.gz
patchage-fed5dc1ca64794b05757718f568a68dc875b2e0e.tar.bz2
patchage-fed5dc1ca64794b05757718f568a68dc875b2e0e.zip
Update versions and ChangeLogs.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2589 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 d7c168b..65f9ef3 100644
--- a/wscript
+++ b/wscript
@@ -7,7 +7,7 @@ import autowaf
import Options
# Version of this package (even if built as a child)
-PATCHAGE_VERSION = '0.4.4'
+PATCHAGE_VERSION = '0.4.5'
# Variables for 'waf dist'
APPNAME = 'patchage'
@@ -39,7 +39,7 @@ def configure(conf):
conf.check_tool('compiler_cxx')
autowaf.check_pkg(conf, 'dbus-1', uselib_store='DBUS', mandatory=False)
autowaf.check_pkg(conf, 'dbus-glib-1', uselib_store='DBUS_GLIB', mandatory=False)
- autowaf.check_pkg(conf, 'flowcanvas', uselib_store='FLOWCANVAS', atleast_version='0.5.1', mandatory=True)
+ autowaf.check_pkg(conf, 'flowcanvas', uselib_store='FLOWCANVAS', atleast_version='0.6.0', mandatory=True)
autowaf.check_pkg(conf, 'libglademm-2.4', uselib_store='GLADEMM', atleast_version='2.6.0', mandatory=True)
autowaf.check_pkg(conf, 'glibmm-2.4', uselib_store='GLIBMM', atleast_version='2.14.0', mandatory=True)
autowaf.check_pkg(conf, 'libgnomecanvasmm-2.6', uselib_store='GNOMECANVASMM', mandatory=True)