diff options
author | J. Alexander Treuman <jat@spatialrift.net> | 2007-03-20 18:46:04 +0000 |
---|---|---|
committer | J. Alexander Treuman <jat@spatialrift.net> | 2007-03-20 18:46:04 +0000 |
commit | 6450bbc096a1076ce6001e33ee4e910bfdec5314 (patch) | |
tree | f4099d290ffd345141852e786d8c0642955728e8 | |
parent | 0135de8ea893cf75853b35178da5e1b370492002 (diff) | |
download | mpd-6450bbc096a1076ce6001e33ee4e910bfdec5314.tar.gz mpd-6450bbc096a1076ce6001e33ee4e910bfdec5314.tar.xz mpd-6450bbc096a1076ce6001e33ee4e910bfdec5314.zip |
Bumping version numbers to 0.13.0. Future 0.12.x releases will be made
from a branch of 0.12.1.
git-svn-id: https://svn.musicpd.org/mpd/trunk@5666 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 e269fe697..003df2776 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.13.0) AC_PREREQ(2.58) -AC_INIT(mpd, 0.12.1, warren.dukes@gmail.com) +AC_INIT(mpd, 0.13.0, warren.dukes@gmail.com) AM_INIT_AUTOMAKE($PACKAGE_NAME, $PACKAGE_VERSION) AC_SUBST(MPD_LIBS) @@ -17,7 +17,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.13.0", [The mpd protocol version]) MPD_LIBS="" MPD_CFLAGS="" diff --git a/scripts/mpd.spec b/scripts/mpd.spec index 4d32b4f09..23eb8cbbc 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.13.0 Release: 0 License: GPL Group: Productivity/Multimedia/Sound/Players |