Remove the commit count from the version number

As it's only updated for releases, it's kinda useless
This commit is contained in:
Chris Robinson
2010-07-16 00:18:21 -07:00
parent 26127cd2f2
commit c85d53cfbe
+1 -2
View File
@@ -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)