diff options
author | Max Kellermann <max@duempel.org> | 2014-10-25 00:33:25 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-10-25 00:33:25 +0200 |
commit | 30df709736fd206a4799244e19e1d5052c75fb6f (patch) | |
tree | f647477cbe4b6ee3e9bf90fb994565f7f587b27e | |
parent | 8cd17ce045af052daf97cb12f66dda7016b26226 (diff) | |
download | mpd-30df709736fd206a4799244e19e1d5052c75fb6f.tar.gz mpd-30df709736fd206a4799244e19e1d5052c75fb6f.tar.xz mpd-30df709736fd206a4799244e19e1d5052c75fb6f.zip |
configure.ac: update VERSION_REVISION
Diffstat (limited to '')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 5218e479d..f689a9fcc 100644 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ AC_INIT(mpd, 0.19.2, musicpd-dev-team@lists.sourceforge.net) VERSION_MAJOR=0 VERSION_MINOR=19 -VERSION_REVISION=0 +VERSION_REVISION=2 VERSION_EXTRA=0 AC_CONFIG_SRCDIR([src/Main.cxx]) |