aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-08 06:53:26 +0000
committerDavid Robillard <d@drobilla.net>2013-01-08 06:53:26 +0000
commit6ec0d284c993ffa3e84ad32d6ad6bf90de128e53 (patch)
tree45c74e5b8f8d284348e18cc34fa7dff2e58e4ebb
parente0905f77927ae963b3e87cabfc14a9b207204909 (diff)
downloadlv2-6ec0d284c993ffa3e84ad32d6ad6bf90de128e53.tar.xz
Revert prematurely incremented version.
-rw-r--r--plugins/eg-sampler.lv2/wscript2
-rw-r--r--wscript2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/eg-sampler.lv2/wscript b/plugins/eg-sampler.lv2/wscript
index 0ce7c08..732c904 100644
--- a/plugins/eg-sampler.lv2/wscript
+++ b/plugins/eg-sampler.lv2/wscript
@@ -21,7 +21,7 @@ def configure(conf):
autowaf.display_header('Sampler Configuration')
if not autowaf.is_child():
- autowaf.check_pkg(conf, 'lv2', atleast_version='1.2.3', uselib_store='LV2')
+ autowaf.check_pkg(conf, 'lv2', atleast_version='1.2.1', uselib_store='LV2')
autowaf.check_pkg(conf, 'sndfile', uselib_store='SNDFILE',
atleast_version='1.0.0', mandatory=True)
diff --git a/wscript b/wscript
index 1a01688..94062d7 100644
--- a/wscript
+++ b/wscript
@@ -14,7 +14,7 @@ import waflib.Scripting as Scripting
# Variables for 'waf dist'
APPNAME = 'lv2'
-VERSION = '1.2.3'
+VERSION = '1.2.1'
# Mandatory variables
top = '.'