Skip to content

Commit

Permalink
6.13 needs testing
Browse files Browse the repository at this point in the history
  • Loading branch information
3vcloud committed Apr 8, 2024
1 parent 153fa0c commit 78e7527
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ set(CMAKE_GENERATOR_PLATFORM win32)
project(gwtoolbox)

set(GWTOOLBOXEXE_VERSION "4.0")
set(GWTOOLBOXDLL_VERSION "6.12")
set(GWTOOLBOXDLL_VERSION "6.13")
set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty.
set(GWTOOLBOX_MODULE_VERSION "6,12,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc
set(GWTOOLBOX_MODULE_VERSION "6,13,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc

# this is no longer required, but in case we have to add an installer again some day
# configure_file(${PROJECT_SOURCE_DIR}/gwtoolbox.wxs.in ${PROJECT_SOURCE_DIR}/gwtoolbox.wxs @ONLY)
Expand Down
10 changes: 5 additions & 5 deletions GWToolboxdll/Modules/ToolboxSettings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,17 @@
#include <Windows/ObserverExportWindow.h>
#include <Windows/CompletionWindow.h>
#include <Windows/DupingWindow.h>
#include <Windows/RerollWindow.h>
#include <Windows/ArmoryWindow.h>

#ifdef _DEBUG
#include <Windows/PacketLoggerWindow.h>
#include <Windows/DoorMonitorWindow.h>
#include <Windows/StringDecoderWindow.h>
#include <Windows/SkillListingWindow.h>

#endif
#include <Windows/PathfindingWindow.h>
#include <Windows/RerollWindow.h>
#include <Windows/ArmoryWindow.h>
#include <Windows/TargetInfoWindow.h>
#include <Windows/PathfindingWindow.h>
#endif

#include <Widgets/TimerWidget.h>
#include <Widgets/HealthWidget.h>
Expand Down

0 comments on commit 78e7527

Please sign in to comment.