The configure.ac version is used in the mpd reply, and using rc1 breaks some clients. Reverting last commit.

git-svn-id: https://svn.musicpd.org/mpd/trunk@4607 09075e82-0dd4-0310-85a5-a0d7c8717e4f
This commit is contained in:
J. Alexander Treuman 2006-08-10 20:41:21 +00:00
parent 131fcea17d
commit c062fca22d
2 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
dnl AC_INIT(src/main.c)
dnl AM_INIT_AUTOMAKE(mpd, 0.12.0rc1)
dnl AM_INIT_AUTOMAKE(mpd, 0.12.0)
AC_PREREQ(2.58)
AC_INIT(mpd, 0.12.0rc1, 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)

View File

@ -25,7 +25,7 @@
Summary: Music Player Daemon (MPD)
Name: mpd
Version: 0.12.0rc1
Version: 0.12.0
Release: 0
License: GPL
Group: Productivity/Multimedia/Sound/Players