aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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])