From: Max Kellermann Date: Fri, 5 Dec 2008 17:34:24 +0000 (+0100) Subject: configure.ac: bumped version number to 0.13~git X-Git-Tag: release-0.13~89 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=785cb31333a8f0aaedf33af9cba38f012d514453;p=ncmpc.git configure.ac: bumped version number to 0.13~git The development of version 0.13 has started! --- diff --git a/configure.ac b/configure.ac index ad27d8d..806006e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(ncurses MPD client, 0.12, max@duempel.org, ncmpc) +AC_INIT(ncurses MPD client, 0.13~git, max@duempel.org, ncmpc) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2]) AM_CONFIG_HEADER([config.h])