summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-12 17:58:12 +0000
committerDavid Robillard <d@drobilla.net>2008-01-12 17:58:12 +0000
commit98cc3bd853c47f6cd1cf02cf14e00413993fd6f5 (patch)
treefc31d4304b5a9bb4ba5df30704c3b773558359b1 /configure.ac
parent2ea341ef3313b189315367ad6beadc23eec227e3 (diff)
downloadlilv-98cc3bd853c47f6cd1cf02cf14e00413993fd6f5.tar.gz
lilv-98cc3bd853c47f6cd1cf02cf14e00413993fd6f5.tar.bz2
lilv-98cc3bd853c47f6cd1cf02cf14e00413993fd6f5.zip
Add plugin template interface (fast discovery of plugins with certain I/O
characteristics). git-svn-id: http://svn.drobilla.net/lad/slv2@1051 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 8 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index eef04b5..7c9ff13 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.59)
-AC_INIT([slv2],0.4.2,[dave@drobilla.net])
+AC_INIT([slv2],0.4.4,[dave@drobilla.net])
AC_CONFIG_AUX_DIR([config])
@@ -28,13 +28,15 @@ AM_INIT_AUTOMAKE
# 0.3.1 = 4,0,0
# 0.3.2 = 5,0,1
# 0.4.0 = 6,0,0
-# 0.4.1 = 6,0,0
-# 0.4.2 = 6,0,0
+# 0.4.1 = 6,0,0 (oops, should have been 6,1,0)
+# 0.4.2 = 6,0,0 (oops, should have been 6,2,0)
+# 0.4.3 = 6,0,0 (oops, should have been 6,3,0)
+# 0.4.4 = 7,0,1
-SLV2_VERSION="0.4.2"
-SLV2_API_CURRENT="6"
+SLV2_VERSION="0.4.4"
+SLV2_API_CURRENT="7"
SLV2_API_REVISION="0"
-SLV2_API_AGE="0"
+SLV2_API_AGE="1"
AC_SUBST(SLV2_API_CURRENT)
AC_SUBST(SLV2_API_REVISION)