Skip to content

Commit

Permalink
Merge pull request #86 from jilei-hao/master
Browse files Browse the repository at this point in the history
Updated version for production release
  • Loading branch information
pyushkevich committed Feb 16, 2023
2 parents c7b7e27 + 77f2817 commit 3bc2bdc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@ ENDIF()
SET(SNAP_VERSION_MAJOR 4)
SET(SNAP_VERSION_MINOR 0)
SET(SNAP_VERSION_PATCH 0)
SET(SNAP_VERSION_QUALIFIER "-rc.2")
SET(SNAP_VERSION_QUALIFIER "")

# These fields should also be modified each time
SET(SNAP_VERSION_RELEASE_DATE "20230215")
SET(SNAP_VERSION_RELEASE_DATE_FORMATTED "February 15, 2023")
SET(SNAP_VERSION_RELEASE_DATE "20230220")
SET(SNAP_VERSION_RELEASE_DATE_FORMATTED "February 20, 2023")

# This field should only change when the format of the settings files changes
# in a non backwards-compatible way
Expand Down

0 comments on commit 3bc2bdc

Please sign in to comment.