Skip to content

Commit fc0d9ed

Browse files
committed
8.21
1 parent 855d6bd commit fc0d9ed

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ project(gwtoolbox)
88

99
set(GWTOOLBOXEXE_VERSION "4.6")
1010
set(GWTOOLBOXEXE_MODULE_VERSION "4,6,0,0") # used for exe module info. See GWToolbox/GWToolbox.rc
11-
set(GWTOOLBOXDLL_VERSION "8.20")
11+
set(GWTOOLBOXDLL_VERSION "8.21")
1212
set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty.
13-
set(GWTOOLBOX_MODULE_VERSION "8,20,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc
13+
set(GWTOOLBOX_MODULE_VERSION "8,21,0,0") # used for Dll module info. See GWToolboxdll/GWToolbox.rc
1414

1515

1616
if(MSVC_TOOLSET_VERSION LESS 143)

site/src/content/docs/history.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ section: meta
66
Previous releases are available on Github as dll files. There is no support for older releases. If you are looking for
77
the latest version, go to the [Home Page](./) instead.
88

9+
## Version 8.21
10+
* [Fix] Fixed a crash when trying to custom sort party members
11+
912
## Version 8.20
1013
* [Fix] Fixes for gw 38618
1114

0 commit comments

Comments
 (0)