diff options
author | David Robillard <d@drobilla.net> | 2012-08-23 04:29:11 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2012-08-23 04:29:11 +0000 |
commit | e521717591396e73e3f73f4985f2bd4de532b8c7 (patch) | |
tree | b2e34bb589eb612f71728494d34bc1b287d0bcc6 /wscript | |
parent | 8039ffb59e79e6df26a338ebe26021a0a2a8681c (diff) | |
download | sord-e521717591396e73e3f73f4985f2bd4de532b8c7.tar.gz sord-e521717591396e73e3f73f4985f2bd4de532b8c7.tar.bz2 sord-e521717591396e73e3f73f4985f2bd4de532b8c7.zip |
Sord 0.10.0
git-svn-id: http://svn.drobilla.net/sord/trunk@258 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,7 +7,7 @@ from waflib.extras import autowaf as autowaf import waflib.Logs as Logs, waflib.Options as Options # Version of this package (even if built as a child) -SORD_VERSION = '0.9.0' +SORD_VERSION = '0.10.0' SORD_MAJOR_VERSION = '0' # Library version (UNIX style major, minor, micro) @@ -56,7 +56,7 @@ def configure(conf): autowaf.display_header('Sord configuration') autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', - atleast_version='0.14.0', mandatory=True) + atleast_version='0.18.0', mandatory=True) autowaf.check_pkg(conf, 'libpcre', uselib_store='PCRE', mandatory=False) conf.env.BUILD_TESTS = Options.options.build_tests |