aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2011-03-18 17:43:11 -0700
committerAvuton Olrich <avuton@gmail.com>2011-03-18 17:43:11 -0700
commitb5fc2419e8387275c0c57e61fb205802979716b4 (patch)
treef0303ba1e49637407ee2da81d46f92d49b32389f
parentfe588a255ba713875a21bb98d3b7daf60af2844e (diff)
downloadmpd-b5fc2419e8387275c0c57e61fb205802979716b4.tar.gz
mpd-b5fc2419e8387275c0c57e61fb205802979716b4.tar.xz
mpd-b5fc2419e8387275c0c57e61fb205802979716b4.zip
Modify version string to post-release version 0.16.3~git
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7bbb0fc8e..1dd096e89 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+ver 0.16.3 (2011/??/??)
+
+
ver 0.16.2 (2011/03/18)
* configure.ac:
- fix bashism in tremor test
diff --git a/configure.ac b/configure.ac
index 6d0239f4a..cc907a31c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(mpd, 0.16.2, musicpd-dev-team@lists.sourceforge.net)
+AC_INIT(mpd, 0.16.3~git, musicpd-dev-team@lists.sourceforge.net)
AC_CONFIG_SRCDIR([src/main.c])
AM_INIT_AUTOMAKE([foreign 1.10 dist-bzip2 subdir-objects])
AM_CONFIG_HEADER(config.h)