diff options
author | Avuton Olrich <avuton@gmail.com> | 2010-07-20 20:19:22 -0700 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-07-21 06:40:33 +0200 |
commit | 676739c426fc4a09f2654e64e4799dfe3c88dae3 (patch) | |
tree | d70b14327bd0988431f3169a07c9e413dd39682b /configure.ac | |
parent | 0fec8e08641470fdcaeb68fc362f77ca78925011 (diff) | |
download | mpd-676739c426fc4a09f2654e64e4799dfe3c88dae3.tar.gz mpd-676739c426fc4a09f2654e64e4799dfe3c88dae3.tar.xz mpd-676739c426fc4a09f2654e64e4799dfe3c88dae3.zip |
Modify version string to post-release version 0.15.13~git
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index b58508efc..7008451b0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.15.12, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.15.13~git, musicpd-dev-team@lists.sourceforge.net) AC_CONFIG_SRCDIR([src/main.c]) AM_INIT_AUTOMAKE([foreign 1.9 dist-bzip2]) AM_CONFIG_HEADER(config.h) |