File tree 2 files changed +7
-13
lines changed
SerialPrograms/Source/CommonFramework
2 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 1
1
2
2
rd /s /q " ..\build-SerialPrograms*"
3
3
4
- :: cd %~dp0\ClientProject
5
- :: @call Cleanup.cmd
6
-
7
- cd %~dp0 \NativePrograms
8
- @ call Cleanup.cmd
9
-
10
- cd %~dp0 \HexGenerator
11
- @ call Cleanup.cmd
12
-
13
- cd %~dp0 \HexGeneratorLauncher
14
- @ call Cleanup.cmd
4
+ del 3rdPartyBinaries\opencv_world460d.dll
15
5
16
6
cd %~dp0 \SerialPrograms
17
7
@ call Cleanup.cmd
@@ -28,3 +18,7 @@ rd /s /q "..\build-SerialPrograms-Desktop_Qt_6_3_2_MSVC2019_64bit-Debug"
28
18
rd /s /q " ..\build-SerialPrograms-Desktop_Qt_6_3_2_MSVC2019_64bit-RelWithDebInfo"
29
19
rd /s /q " ..\build-SerialPrograms-Desktop_Qt_6_4_0_MSVC2019_64bit-Debug"
30
20
rd /s /q " ..\build-SerialPrograms-Desktop_Qt_6_4_0_MSVC2019_64bit-RelWithDebInfo"
21
+ rd /s /q " ..\build-SerialPrograms-Desktop_Qt_6_5_2_MSVC2019_64bit-Debug"
22
+ rd /s /q " ..\build-SerialPrograms-Desktop_Qt_6_5_2_MSVC2019_64bit-RelWithDebInfo"
23
+ rd /s /q " ..\build-SerialPrograms-Desktop_Qt_6_5_3_MSVC2019_64bit-Debug"
24
+ rd /s /q " ..\build-SerialPrograms-Desktop_Qt_6_5_3_MSVC2019_64bit-RelWithDebInfo"
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ namespace PokemonAutomation{
25
25
26
26
const bool IS_BETA_VERSION = true ;
27
27
const int PROGRAM_VERSION_MAJOR = 0 ;
28
- const int PROGRAM_VERSION_MINOR = 52 ;
29
- const int PROGRAM_VERSION_PATCH = 15 ;
28
+ const int PROGRAM_VERSION_MINOR = 53 ;
29
+ const int PROGRAM_VERSION_PATCH = 1 ;
30
30
31
31
const std::string PROGRAM_VERSION_BASE =
32
32
" v" + std::to_string(PROGRAM_VERSION_MAJOR) +
You can’t perform that action at this time.
0 commit comments