summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-10-03 22:40:30 +0000
committerDavid Robillard <d@drobilla.net>2007-10-03 22:40:30 +0000
commitd3d5e1237468471fcada597208231074f863c910 (patch)
tree8014bea581c2e3478426767987c1834cd251c6f2 /configure.ac
parent0d7627ee0a194536b281d69de8c0380539c77522 (diff)
downloadlilv-d3d5e1237468471fcada597208231074f863c910.tar.gz
lilv-d3d5e1237468471fcada597208231074f863c910.tar.bz2
lilv-d3d5e1237468471fcada597208231074f863c910.zip
Do proper slv2 library versioning with top-level configure script as well.
git-svn-id: http://svn.drobilla.net/lad/slv2@816 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 7 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 262acdb..8ef51b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,13 +11,17 @@ AC_PREREQ(2.59)
#
# Version history:
# 0.0.1 = 0,0,0
-# current svn = 2,0,0
-SLV2_API_CURRENT=3
+# 0.1.0 = 2,0,0
+# 0.2.0 = 3,0,0
+# current svn = 4,0,0
+
+SLV2_VERSION="0.3.0"
+SLV2_API_CURRENT=4
SLV2_API_REVISION=0
SLV2_API_AGE=0
# SLV2 follows the even/odd minor = stable/development convention
-AC_INIT([slv2],[0.3.0],[dave@drobilla.net])
+AC_INIT([slv2],${SLV2_VERSION},[dave@drobilla.net])
AC_CONFIG_AUX_DIR([config])