aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2018-07-16 12:53:21 -0400
committerCory Fields <cory-nospam-@coryfields.com>2018-07-16 12:53:21 -0400
commit4244dbddc4a92d869542a0b5c9f60b34ce905398 (patch)
treeb74ea178a54c8dbecdb6a0f83b626654affd02a6
parent63daa10015e3afad7d6560ec6bea689af4f8b471 (diff)
build: Bump version to 0.16.2
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 46a9ac1053..5803af5535 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, 16)
-define(_CLIENT_VERSION_REVISION, 1)
+define(_CLIENT_VERSION_REVISION, 2)
define(_CLIENT_VERSION_BUILD, 0)
define(_CLIENT_VERSION_IS_RELEASE, true)
define(_COPYRIGHT_YEAR, 2018)