Browse Source

#IQRV #comment [Version] 更新版本号 0.3.13-rc1

gifur 2 years ago
parent
commit
2259590993
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -92,7 +92,7 @@ endif($ENV{PIPELINE_BUILD_ID})
 # stable 稳定版本
 
 #Set the project(terminal) version
-set(RAW_VERSION_STRING "0.3.12-rc1")
+set(RAW_VERSION_STRING "0.3.13-rc1")
 string(STRIP ${RAW_VERSION_STRING} RAW_VERSION_STRING)
 
 set(VERSION_REGEX "^.?([0-9]+)\\.([0-9]+)\\.([0-9]+)-?(.*)")