From b483b1e380db9d4363a7eeaa4f2fe3a6f4a80c93 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 15 Feb 2011 12:10:44 -0800 Subject: [PATCH] Release 1.13 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0df2894..44f9ea84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,7 +55,7 @@ IF(NOT LIBTYPE) ENDIF() SET(LIB_MAJOR_VERSION "1") -SET(LIB_MINOR_VERSION "12") +SET(LIB_MINOR_VERSION "13") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}") -- 2.11.4.GIT