diff options
author | Max Kellermann <max@duempel.org> | 2012-08-21 18:42:48 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2012-08-21 18:42:48 +0200 |
commit | 1c3e03837c5360091073c26e01a23f68462eb607 (patch) | |
tree | 03a6d512de14195003781ceb23e632d5cc7033b3 | |
parent | 7968fa377923c305d381185e984cac7018a4e025 (diff) | |
download | mpd-1c3e03837c5360091073c26e01a23f68462eb607.tar.gz mpd-1c3e03837c5360091073c26e01a23f68462eb607.tar.xz mpd-1c3e03837c5360091073c26e01a23f68462eb607.zip |
configure.ac: set VERSION_MINOR to 18
Updates the WIN32 version number for the upcoming 0.18 release.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8659fdbb3..2756f5448 100644 --- a/configure.ac +++ b/configure.ac @@ -3,7 +3,7 @@ AC_PREREQ(2.60) AC_INIT(mpd, 0.18~git, musicpd-dev-team@lists.sourceforge.net) VERSION_MAJOR=0 -VERSION_MINOR=17 +VERSION_MINOR=18 VERSION_REVISION=0 VERSION_EXTRA=0 |