aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2011-10-09 04:44:51 -0700
committerAvuton Olrich <avuton@gmail.com>2011-10-09 04:44:51 -0700
commitfa5e06f95dd7a96b3d188fd4bbcf085a98235bb5 (patch)
treec269bb9c740c794161b5877890e2d5c725c40ddb
parent30414093349f15639374006e3be7136cd6642a59 (diff)
Modify version string to post-release version 0.16.6~git
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ab2eaf4d..933cbd8d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+ver 0.16.6 (2010/??/??)
+
+
ver 0.16.5 (2010/10/09)
* configure.ac
- disable assertions in the non-debugging build
diff --git a/configure.ac b/configure.ac
index 0ef99704..c47c6d9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(mpd, 0.16.5, musicpd-dev-team@lists.sourceforge.net)
+AC_INIT(mpd, 0.16.6~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)