diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-03-20 21:16:19 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-03-20 21:16:19 +0000 |
commit | 26cea0fd03f8732ecb90611a64d5cbab193ee0ea (patch) | |
tree | 22ae91233cd4e79fab5ca9a4abd50bc5147da19a | |
parent | 3aa339c41cb34eacc24117a5ce445e244bf99a99 (diff) | |
download | mpd-svn/branch-0.12.1-fixes.tar.gz mpd-svn/branch-0.12.1-fixes.tar.xz mpd-svn/branch-0.12.1-fixes.zip |
Bumping version numbers to 0.12.2.svn/branch-0.12.1-fixes
git-svn-id: https://svn.musicpd.org/mpd/branches/branch-0.12.1-fixes@5676 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r-- | configure.ac | 6 | ||||
-rw-r--r-- | scripts/mpd.spec | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 5c363baaa..c82af71d4 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl AC_INIT(src/main.c) -dnl AM_INIT_AUTOMAKE(mpd, 0.12.1) +dnl AM_INIT_AUTOMAKE(mpd, 0.12.2) AC_PREREQ(2.58) -AC_INIT(mpd, 0.12.1, warren.dukes@gmail.com) +AC_INIT(mpd, 0.12.2, warren.dukes@gmail.com) AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION) AC_SUBST(MPD_LIBS) @@ -16,7 +16,7 @@ AC_PROG_LIBTOOL AC_PROG_MAKE_SET AM_CONFIG_HEADER(config.h) -AC_DEFINE(PROTOCOL_VERSION, "0.12.1", [The mpd protocol version]) +AC_DEFINE(PROTOCOL_VERSION, "0.12.2", [The mpd protocol version]) MPD_LIBS="" MPD_CFLAGS="" diff --git a/scripts/mpd.spec b/scripts/mpd.spec index 4d32b4f09..0a2c56dc8 100644 --- a/scripts/mpd.spec +++ b/scripts/mpd.spec @@ -25,7 +25,7 @@ Summary: Music Player Daemon (MPD) Name: mpd -Version: 0.12.1 +Version: 0.12.2 Release: 0 License: GPL Group: Productivity/Multimedia/Sound/Players |