次版本号+1

This commit is contained in:
gb 2022-05-26 10:31:22 +08:00
parent 069b4eb6f6
commit 60945ef0a4
1 changed files with 2 additions and 1 deletions

View File

@ -4,7 +4,7 @@ cpu=$(arch) #cpu架构
sys=$(cat /etc/issue)
sys=${sys%% *} #操作系统
mainverstr="s/ver_1/4/g" #版本控制
minver="01"
minver="02"
minverstr="s/ver_2/"
@ -110,3 +110,4 @@ fi
if [ -f ../code_device/hgdriver/wrapper/CMakeLists.txtbkp ]; then
mv ../code_device/hgdriver/wrapper/CMakeLists.txtbkp ../code_device/hgdriver/wrapper/CMakeLists.txt
fi