Quellcode durchsuchen

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

80374374 vor 1 Jahr
Ursprung
Commit
b39952be90
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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]+)-?(.*)")