diff options
author | Avuton Olrich <avuton@gmail.com> | 2012-07-31 19:05:52 -0700 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2012-07-31 19:05:52 -0700 |
commit | 281cd7c05728dcc7a6d6b4aa9a69a02dcdefca5c (patch) | |
tree | 6355b9f25c8be45efcc7479775d634c408b5629b | |
parent | 63e876609100089534523a876aea4f417ce77c40 (diff) | |
download | mpd-281cd7c05728dcc7a6d6b4aa9a69a02dcdefca5c.tar.gz mpd-281cd7c05728dcc7a6d6b4aa9a69a02dcdefca5c.tar.xz mpd-281cd7c05728dcc7a6d6b4aa9a69a02dcdefca5c.zip |
Modify version string to post-release version 0.17.2~git
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,6 @@ +ver 0.17.2 (2012/??/??) + + ver 0.17.1 (2012/07/31) * protocol: - require appropriate permissions for searchadd{,pl} diff --git a/configure.ac b/configure.ac index c961d1012..f433fd08b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.17.1, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.17.2~git, musicpd-dev-team@lists.sourceforge.net) VERSION_MAJOR=0 VERSION_MINOR=17 |