diff options
author | Max Kellermann <max@duempel.org> | 2016-03-01 21:22:42 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2016-03-01 21:22:42 +0100 |
commit | e9a544fa98f5e99b3ada9d473530056d8640dbd9 (patch) | |
tree | 82509b8b292562e229eac34e102501228d3acb1f /configure.ac | |
parent | 79f2f8cddce56cf986d3914bb46a790486457a64 (diff) |
configure.ac: prepare for 0.19.14
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 39f2aaf0c..66621e6a0 100644 --- a/configure.ac +++ b/configure.ac @@ -1,10 +1,10 @@ AC_PREREQ(2.60) -AC_INIT(mpd, 0.19.13, musicpd-dev-team@lists.sourceforge.net) +AC_INIT(mpd, 0.19.14, musicpd-dev-team@lists.sourceforge.net) VERSION_MAJOR=0 VERSION_MINOR=19 -VERSION_REVISION=13 +VERSION_REVISION=14 VERSION_EXTRA=0 AC_CONFIG_SRCDIR([src/Main.cxx]) |