aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJ. Alexander Treuman <jat@spatialrift.net>2006-10-10 20:45:55 +0000
committerJ. Alexander Treuman <jat@spatialrift.net>2006-10-10 20:45:55 +0000
commita9a97e39e5f0cef26d553b3ddd869a12c736aec4 (patch)
tree8dcaa4abfa4ef13ba9f028b64bf95e7222e83676
parente57f9d01d0cb9aa6b99309156be26bdd542c18fd (diff)
Bumping version numbers to 0.12.1
git-svn-id: https://svn.musicpd.org/mpd/trunk@4895 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r--configure.ac6
-rw-r--r--scripts/mpd.spec2
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index bb1af35b..5c363baa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,8 +1,8 @@
dnl AC_INIT(src/main.c)
-dnl AM_INIT_AUTOMAKE(mpd, 0.12.0)
+dnl AM_INIT_AUTOMAKE(mpd, 0.12.1)
AC_PREREQ(2.58)
-AC_INIT(mpd, 0.12.0, warren.dukes@gmail.com)
+AC_INIT(mpd, 0.12.1, 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.0", [The mpd protocol version])
+AC_DEFINE(PROTOCOL_VERSION, "0.12.1", [The mpd protocol version])
MPD_LIBS=""
MPD_CFLAGS=""
diff --git a/scripts/mpd.spec b/scripts/mpd.spec
index 286162a5..4d32b4f0 100644
--- a/scripts/mpd.spec
+++ b/scripts/mpd.spec
@@ -25,7 +25,7 @@
Summary: Music Player Daemon (MPD)
Name: mpd
-Version: 0.12.0
+Version: 0.12.1
Release: 0
License: GPL
Group: Productivity/Multimedia/Sound/Players