Browse Source

#IQRV #comment [CMake] 版本号变更 V0.0.8.1

gifur 4 years ago
parent
commit
de4f8414b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -72,7 +72,7 @@ if($ENV{PIPELINE_BUILD_ID})
 endif()
 
 #Set the project version
-set(RAW_VERSION_STRING "0.0.7-dev1")
+set(RAW_VERSION_STRING "0.0.8-dev1")
 string(STRIP ${RAW_VERSION_STRING} RAW_VERSION_STRING)
 
 set(VERSION_REGEX "^.?([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)")