aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2012-08-21 18:42:48 +0200
committerMax Kellermann <max@duempel.org>2012-08-21 18:42:48 +0200
commit1c3e03837c5360091073c26e01a23f68462eb607 (patch)
tree03a6d512de14195003781ceb23e632d5cc7033b3 /configure.ac
parent7968fa377923c305d381185e984cac7018a4e025 (diff)
configure.ac: set VERSION_MINOR to 18
Updates the WIN32 version number for the upcoming 0.18 release.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8659fdbb..2756f544 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