diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2006-09-22 14:05:01 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2006-09-22 14:05:01 +0000 |
commit | 4d6db2eb375e52415866274d1e15addc324e4aeb (patch) | |
tree | 1321e89e9ae858b2af1db19852a8cb7e1e2ac878 | |
parent | a45e2f399cd935d1e47b2d4cb4825f2fecdb3b22 (diff) | |
download | mpd-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
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | scripts/mpd.spec | 2 |
2 files changed, 3 insertions, 3 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) diff --git a/scripts/mpd.spec b/scripts/mpd.spec index 52403567e..286162a51 100644 --- a/scripts/mpd.spec +++ b/scripts/mpd.spec @@ -25,7 +25,7 @@ Summary: Music Player Daemon (MPD) Name: mpd -Version: 0.12.0rc4 +Version: 0.12.0 Release: 0 License: GPL Group: Productivity/Multimedia/Sound/Players |