From 0189b923a233e269b4c8f9d17f6475ace5e2e4de Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 24 Jan 2016 19:12:39 -0800 Subject: Release 1.17.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c6262952..5784d351 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -83,7 +83,7 @@ ENDIF() SET(LIB_MAJOR_VERSION "1") SET(LIB_MINOR_VERSION "17") -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