aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2009-01-09 05:06:59 -0800
committerAvuton Olrich <avuton@gmail.com>2009-01-09 05:06:59 -0800
commitac446d2df54e83239af1f5b23bcb3452d47e5240 (patch)
tree560eaa40af30b270343ef825d70d1a009d53e863
parent3c3ed8d8360835ac29315c22e392242711a01f2c (diff)
downloadmpd-ac446d2df54e83239af1f5b23bcb3452d47e5240.tar.gz
mpd-ac446d2df54e83239af1f5b23bcb3452d47e5240.tar.xz
mpd-ac446d2df54e83239af1f5b23bcb3452d47e5240.zip
ncmpc version 0.13release-0.13
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 398df80a6..88840f0ee 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-ncmpc 0.13 - not yet released
+ncmpc 0.13 - 2009-01-09
* added output configuration screen, default hotkey F8
* new --disable-locale configure option
* new --disable-multibyte configure option; this allows you to
diff --git a/configure.ac b/configure.ac
index 120ccaf24..aedecefb7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ(2.60)
-AC_INIT(ncmpc, 0.13~git, max@duempel.org)
+AC_INIT(ncmpc, 0.13, max@duempel.org)
AC_CONFIG_SRCDIR([src/main.c])
AC_CONFIG_AUX_DIR(build)
AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2])