Skip to content

Commit

Permalink
Update prerelease to (hopefully) work with WIX.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Dec 18, 2021
1 parent 5db99f9 commit b68bf92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeModules/VersionConfiguration.cmake
Expand Up @@ -21,13 +21,13 @@ else()
endif()

set(VERSION_MAJOR 1)
set(VERSION_MINOR 6)
set(VERSION_NANO 1)
set(VERSION_MINOR 7)
set(VERSION_NANO 0)

option(UPGRADE_DEBUG "" OFF)

set(VERSION_STRING "1.7.0-pre1")
set(VERSION_STRING_SHORT "1.7.0-pre1")
set(VERSION_STRING_SHORT "1.7.0")
set(CANONICAL_VERSION_STRING "1.7.0-pre1")

configure_file(src/core/Version.cpp.in src/core/Version.cpp)

0 comments on commit b68bf92

Please sign in to comment.