summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
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)