Skip to content

Commit

Permalink
beta 2
Browse files Browse the repository at this point in the history
  • Loading branch information
DubbleClick committed Jun 19, 2024
1 parent ee3fa28 commit a3ef52d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ project(gwtoolbox)

set(GWTOOLBOXEXE_VERSION "4.0")
set(GWTOOLBOXDLL_VERSION "6.21")
set(GWTOOLBOXDLL_VERSION_BETA "beta1") # can be anything. Marks beta version if not empty.
set(GWTOOLBOXDLL_VERSION_BETA "beta2") # can be anything. Marks beta version if not empty.
set(GWTOOLBOX_MODULE_VERSION "6,21,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
Expand Down

0 comments on commit a3ef52d

Please sign in to comment.