summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 33dd1ef..262acdb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -16,7 +16,8 @@ SLV2_API_CURRENT=3
SLV2_API_REVISION=0
SLV2_API_AGE=0
-AC_INIT([slv2],[0.2.0],[dave@drobilla.net])
+# SLV2 follows the even/odd minor = stable/development convention
+AC_INIT([slv2],[0.3.0],[dave@drobilla.net])
AC_CONFIG_AUX_DIR([config])