From fd83e006ecb736c348764d0be99e8af6b2d2b9c6 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 4 Dec 2012 13:49:16 -0800 Subject: [PATCH] Release 1.15 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dfdb8bef..ed25e334 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,7 +81,7 @@ IF(NOT LIBTYPE) ENDIF() SET(LIB_MAJOR_VERSION "1") -SET(LIB_MINOR_VERSION "14") +SET(LIB_MINOR_VERSION "15") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}") SET(EXPORT_DECL "") -- 2.11.4.GIT