From 2f6613905399aa06a253a421352e6fff57a1dce1 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 24 Sep 2017 07:06:50 -0700 Subject: Update version for 1.18.2 release Note the real release is in the v1.18 branch! This is just for numbering consistency. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b3e4c44d..8055146f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -100,7 +100,7 @@ ENDIF() SET(LIB_MAJOR_VERSION "1") SET(LIB_MINOR_VERSION "18") -SET(LIB_REVISION "1") +SET(LIB_REVISION "2") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_REVISION}") SET(EXPORT_DECL "") -- cgit v1.2.3