From c85d53cfbe119cb9f8329188b24c1759402e53dc Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 16 Jul 2010 00:18:21 -0700 Subject: Remove the commit count from the version number As it's only updated for releases, it's kinda useless --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index ebfa796a..f8a2a39b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -52,8 +52,7 @@ ENDIF() SET(LIB_MAJOR_VERSION "1") SET(LIB_MINOR_VERSION "12") -SET(LIB_BUILD_VERSION "854") -SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}.${LIB_BUILD_VERSION}") +SET(LIB_VERSION "${LIB_MAJOR_VERSION}.${LIB_MINOR_VERSION}") CHECK_TYPE_SIZE("long" SIZEOF_LONG) -- cgit v1.2.3