summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 7c9ff13..445866c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
AC_PREREQ(2.59)
-AC_INIT([slv2],0.4.4,[dave@drobilla.net])
+AC_INIT([slv2],0.4.5,[dave@drobilla.net])
AC_CONFIG_AUX_DIR([config])
@@ -32,8 +32,9 @@ AM_INIT_AUTOMAKE
# 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
+# 0.4.5 = 7,0,1
-SLV2_VERSION="0.4.4"
+SLV2_VERSION="0.4.5"
SLV2_API_CURRENT="7"
SLV2_API_REVISION="0"
SLV2_API_AGE="1"