Skip to content

Commit

Permalink
bumped version to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jilei-hao committed Apr 17, 2024
1 parent 79667b5 commit 51c7a6b
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 @@ -94,11 +94,11 @@ ENDIF()
SET(SNAP_VERSION_MAJOR 4)
SET(SNAP_VERSION_MINOR 2)
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 "20240415")
SET(SNAP_VERSION_RELEASE_DATE_FORMATTED "April 15, 2024")
SET(SNAP_VERSION_RELEASE_DATE "20240422")
SET(SNAP_VERSION_RELEASE_DATE_FORMATTED "April 22, 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 51c7a6b

Please sign in to comment.