aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2006-09-22 14:05:01 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2006-09-22 14:05:01 +0000
commit4d6db2eb375e52415866274d1e15addc324e4aeb (patch)
tree1321e89e9ae858b2af1db19852a8cb7e1e2ac878 /configure.ac
parenta45e2f399cd935d1e47b2d4cb4825f2fecdb3b22 (diff)
downloadmpd-4d6db2eb375e52415866274d1e15addc324e4aeb.tar.gz
mpd-4d6db2eb375e52415866274d1e15addc324e4aeb.tar.xz
mpd-4d6db2eb375e52415866274d1e15addc324e4aeb.zip
Bumping version numbers to 0.12.0.
git-svn-id: https://svn.musicpd.org/mpd/trunk@4819 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f56b15b56..bb1af35b5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
dnl AC_INIT(src/main.c)
-dnl AM_INIT_AUTOMAKE(mpd, 0.12.0rc4)
+dnl AM_INIT_AUTOMAKE(mpd, 0.12.0)
AC_PREREQ(2.58)
-AC_INIT(mpd, 0.12.0rc4, warren.dukes@gmail.com)
+AC_INIT(mpd, 0.12.0, warren.dukes@gmail.com)
AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION)
AC_SUBST(MPD_LIBS)