summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-07 21:37:36 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-07 21:37:36 +0100
commit001e68d2e20435662dfebd27dddc470faa383fad (patch)
treec76fab39423de9d3e2f5e693e93c6353b8c1b346 /configure.ac
parenta06a7a9b886e13bf1107281f12a8133bdc28c0ac (diff)
0.3.2-rc1 compile fixes
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b07a2ab8..bee0a2a9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3,7 +3,7 @@ AC_INIT
AC_CONFIG_HEADER(config.h)
PACKAGE="deadbeef"
-VERSION="0.3.2-pre"
+VERSION="0.3.2-rc1"
AM_INIT_AUTOMAKE($PACKAGE,$VERSION)