Skip to content

Commit 6525125

Browse files
committed
Bumped version to alpha3
1 parent 1bcd853 commit 6525125

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,11 @@ ENDIF()
9696
SET(SNAP_VERSION_MAJOR 4)
9797
SET(SNAP_VERSION_MINOR 4)
9898
SET(SNAP_VERSION_PATCH 0)
99-
SET(SNAP_VERSION_QUALIFIER "-alpha2")
99+
SET(SNAP_VERSION_QUALIFIER "-alpha3")
100100

101101
# These fields should also be modified each time
102-
SET(SNAP_VERSION_RELEASE_DATE "20250605")
103-
SET(SNAP_VERSION_RELEASE_DATE_FORMATTED "June 5, 2025")
102+
SET(SNAP_VERSION_RELEASE_DATE "20250612")
103+
SET(SNAP_VERSION_RELEASE_DATE_FORMATTED "June 12, 2025")
104104

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

0 commit comments

Comments
 (0)