Skip to content

Commit

Permalink
version change for 4.2.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jilei-hao committed Dec 2, 2024
1 parent 57417b6 commit 0fea39a
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 0fea39a

Please sign in to comment.