Explorar el Código

#IQRV #comment 本地编译版本号修改 7.5.1-rc1

80374374 hace 1 año
padre
commit
b39952be90
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

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