Remove the commit count from the version number
As it's only updated for releases, it's kinda useless
This commit is contained in:
+1
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user