Skip to content

Commit

Permalink
Merge pull request #153 from jilei-hao/staging/4.2.2
Browse files Browse the repository at this point in the history
version change for 4.2.2 release
  • Loading branch information
pyushkevich authored Dec 2, 2024
2 parents 57417b6 + 0fea39a commit d73614f
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 @@ -96,11 +96,11 @@ ENDIF()
SET(SNAP_VERSION_MAJOR 4)
SET(SNAP_VERSION_MINOR 2)
SET(SNAP_VERSION_PATCH 2)
SET(SNAP_VERSION_QUALIFIER "-beta")
SET(SNAP_VERSION_QUALIFIER "")

# These fields should also be modified each time
SET(SNAP_VERSION_RELEASE_DATE "20241125")
SET(SNAP_VERSION_RELEASE_DATE_FORMATTED "November 25, 2024")
SET(SNAP_VERSION_RELEASE_DATE "20241202")
SET(SNAP_VERSION_RELEASE_DATE_FORMATTED "December 02, 2024")

# 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 d73614f

Please sign in to comment.