Skip to content

Commit

Permalink
set release to 6.18 beta 1
Browse files Browse the repository at this point in the history
  • Loading branch information
DubbleClick committed May 3, 2024
1 parent 6b2f13d commit 6072bb9
Showing 1 changed file with 2 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,8 +5,8 @@ set(CMAKE_GENERATOR_PLATFORM win32)
project(gwtoolbox)

set(GWTOOLBOXEXE_VERSION "4.0")
set(GWTOOLBOXDLL_VERSION "6.17")
set(GWTOOLBOXDLL_VERSION_BETA "") # can be anything. Marks beta version if not empty.
set(GWTOOLBOXDLL_VERSION "6.18")
set(GWTOOLBOXDLL_VERSION_BETA "beta1") # can be anything. Marks beta version if not empty.
set(GWTOOLBOX_MODULE_VERSION "6,17,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 6072bb9

Please sign in to comment.