summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2008-01-16 00:52:59 +0000
committerDavid Robillard <d@drobilla.net>2008-01-16 00:52:59 +0000
commit072105a853f756383fea2ae295f0d97fcc2fac53 (patch)
treeba061bf26e1d905ba47f9949725d8eccb0603faf /configure.ac
parent90e21f5c5c1926b3c8a50ddbf9e102e4a2a774fa (diff)
downloadlilv-072105a853f756383fea2ae295f0d97fcc2fac53.tar.gz
lilv-072105a853f756383fea2ae295f0d97fcc2fac53.tar.bz2
lilv-072105a853f756383fea2ae295f0d97fcc2fac53.zip
SLV2 0.4.5 + documentation fixes.
git-svn-id: http://svn.drobilla.net/lad/slv2@1060 a436a847-0d15-0410-975c-d299462d15a1
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"