diff options
author | Avuton Olrich <avuton@gmail.com> | 2009-01-09 05:06:59 -0800 |
---|---|---|
committer | Avuton Olrich <avuton@gmail.com> | 2009-01-09 05:06:59 -0800 |
commit | ac446d2df54e83239af1f5b23bcb3452d47e5240 (patch) | |
tree | 560eaa40af30b270343ef825d70d1a009d53e863 | |
parent | 3c3ed8d8360835ac29315c22e392242711a01f2c (diff) | |
download | mpd-release-0.13.tar.gz mpd-release-0.13.tar.xz mpd-release-0.13.zip |
ncmpc version 0.13release-0.13
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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]) |