From 99eaf3fa837a2097d6a8435d2375f4312d0c741b Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 14 Dec 2007 09:54:15 -0800 Subject: Release 1.0.38 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9bd87c0f..53af342d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ OPTION(WERROR "Treat compile warnings as errors" OFF) SET(LIB_MAJOR_VERSION "1") SET(LIB_MINOR_VERSION "0") -SET(LIB_BUILD_VERSION "0") +SET(LIB_BUILD_VERSION "38") SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_BUILD_VERSION}") -- cgit v1.2.3