diff options
author | David Robillard <d@drobilla.net> | 2018-07-22 20:38:39 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-07-22 20:39:27 +0200 |
commit | 19bdb28bf8c8081bb47a41fc7c9e936434cc49d2 (patch) | |
tree | a62ff96506d4eb3113f6b7bb6f1c1b7999099bec /wscript | |
parent | 9ba2392cbb807975f1c76580289ce1bebea34d46 (diff) | |
download | sord-271e01d94db23ab7b7dde8a51f6b8fd364335ec2.tar.gz sord-271e01d94db23ab7b7dde8a51f6b8fd364335ec2.tar.bz2 sord-271e01d94db23ab7b7dde8a51f6b8fd364335ec2.zip |
Sord 0.16.2v0.16.2
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -11,7 +11,7 @@ import waflib.extras.autowaf as autowaf # major increment <=> incompatible changes # minor increment <=> compatible changes (additions) # micro increment <=> no interface changes -SORD_VERSION = '0.16.1' +SORD_VERSION = '0.16.2' SORD_MAJOR_VERSION = '0' # Mandatory waf variables @@ -56,7 +56,7 @@ def configure(conf): Options.options.static_progs) autowaf.check_pkg(conf, 'serd-0', uselib_store='SERD', - atleast_version='0.29.4', mandatory=True) + atleast_version='0.30.0', mandatory=True) autowaf.check_pkg(conf, 'libpcre', uselib_store='PCRE', mandatory=False) if conf.env.HAVE_PCRE: |