Skip to content

Commit

Permalink
6.12 notes
Browse files Browse the repository at this point in the history
  • Loading branch information
DubbleClick committed Oct 23, 2023
1 parent 5dc0d14 commit 5f397ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 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.11")
set(GWTOOLBOXDLL_VERSION "6.12")
set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty.
set(GWTOOLBOX_MODULE_VERSION "6,11,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc
set(GWTOOLBOX_MODULE_VERSION "6,12,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
4 changes: 4 additions & 0 deletions docs/history.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ layout: default
Previous releases are available on Github as dll files. There is no support for older releases. If you are looking for
the latest version, go to the [Home Page](./) instead.

## Version 6.12
* [Fix] You can search in the TravelWindow again
* [Minor] Added Festive Winter Hood to ArmoryWindow

## Version 6.11

* [New] Added item upgrade unlocks to completion window
Expand Down

0 comments on commit 5f397ad

Please sign in to comment.