diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 288c729..e119ce8 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ SLV2_API_REVISION="0" SLV2_API_AGE="0" # SLV2 follows the even/odd minor = stable/development convention -AC_INIT([slv2],${SLV2_VERSION},[dave@drobilla.net]) +AC_INIT([slv2],0.3.0,[dave@drobilla.net]) AC_CONFIG_AUX_DIR([config]) |