Skip to content

Commit 364d6c6

Browse files
committed
0.62 branch
1 parent 8827600 commit 364d6c6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

SerialPrograms/CMakePresets.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"CMAKE_AUTORCC": "ON",
2020
"CMAKE_AUTOUIC": "ON",
2121
"PACKAGE_BUILD": "OFF",
22-
"PREFERRED_QT_DIR": "C:/Qt",
23-
"PREFERRED_QT_VER": "6.8.3"
22+
"PREFERRED_QT_DIR": "C:/Qt6.10.2",
23+
"PREFERRED_QT_VER": "6.10.2"
2424
}
2525
},
2626
{

SerialPrograms/Source/CommonFramework/Globals.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace PokemonAutomation{
2424
//
2525

2626
#ifndef PA_IS_BETA
27-
#define PA_IS_BETA true
27+
#define PA_IS_BETA false
2828
#endif
2929

3030
#ifndef PA_VERSION_MAJOR

0 commit comments

Comments
 (0)