From daab3ec732a970150948110d8ee5cf5d4eb13091 Mon Sep 17 00:00:00 2001 From: retosen <34863491+retosen@users.noreply.github.com> Date: Sun, 23 Sep 2018 19:21:57 +0100 Subject: [PATCH] Actually bump the version number this time --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a721a91e1c3d9..951b603ce0a74 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ dnl require autoconf 2.60 (AS_ECHO/AS_ECHO_N) AC_PREREQ([2.60]) define(_CLIENT_VERSION_MAJOR, 0) define(_CLIENT_VERSION_MINOR, 17) -define(_CLIENT_VERSION_REVISION, 0) +define(_CLIENT_VERSION_REVISION, 2) define(_CLIENT_VERSION_BUILD, 0) define(_CLIENT_VERSION_IS_RELEASE, true) define(_COPYRIGHT_YEAR, 2018)