summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac7
1 files changed, 4 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 7959bac..5b44301 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.59)
-AC_INIT([raul],[0.5.0],[dave@drobilla.net])
+AC_INIT([raul],[0.5.1],[dave@drobilla.net])
AC_CONFIG_AUX_DIR([config])
@@ -26,9 +26,10 @@ AM_INIT_AUTOMAKE
# Version history:
# 0.4.0 = 0,0,0
# 0.5.0 = 1,0,0 (SVN r1283)
+# 0.5.1 = 2,0,0
-RAUL_VERSION="0.5.0"
-RAUL_API_CURRENT="1"
+RAUL_VERSION="0.5.1"
+RAUL_API_CURRENT="2"
RAUL_API_REVISION="0"
RAUL_API_AGE="0"