Commit aaea59e5 authored by J. Alexander Treuman's avatar J. Alexander Treuman

Bumping version numbers to 0.14.0.

git-svn-id: https://svn.musicpd.org/mpd/trunk@6402 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 72cbcef0
dnl AC_INIT(src/main.c)
dnl AM_INIT_AUTOMAKE(mpd, 0.13.0)
dnl AM_INIT_AUTOMAKE(mpd, 0.14.0)
AC_PREREQ(2.58)
AC_INIT(mpd, 0.13.0, warren.dukes@gmail.com)
AC_INIT(mpd, 0.14.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.13.0", [The mpd protocol version])
AC_DEFINE(PROTOCOL_VERSION, "0.14.0", [The mpd protocol version])
MPD_LIBS=""
MPD_CFLAGS=""
......
......@@ -25,7 +25,7 @@
Summary: Music Player Daemon (MPD)
Name: mpd
Version: 0.13.0
Version: 0.14.0
Release: 0
License: GPL
Group: Productivity/Multimedia/Sound/Players
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment