summaryrefslogtreecommitdiff
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
commit30414093349f15639374006e3be7136cd6642a59 (patch)
tree08c346919cd881a432a18faa952d47f02d0ecb01
parent71536eb4122c78ccf610531c86b86e86fb5b16ac (diff)
mpd version 0.16.5v0.16.5
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 725d3801c..ab2eaf4dd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-ver 0.16.5 (2010/??/??)
+ver 0.16.5 (2010/10/09)
* configure.ac
- disable assertions in the non-debugging build
- show solaris plugin result correctly
diff --git a/configure.ac b/configure.ac
index 9908e51fa..0ef99704e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(mpd, 0.16.5~git, musicpd-dev-team@lists.sourceforge.net)
+AC_INIT(mpd, 0.16.5, 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)