Skip to content

Commit 20f6318

Browse files
committed
Version bumped to 4.4.0
1 parent 54e245b commit 20f6318

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
@@ -95,11 +95,11 @@ ENDIF()
9595
SET(SNAP_VERSION_MAJOR 4)
9696
SET(SNAP_VERSION_MINOR 4)
9797
SET(SNAP_VERSION_PATCH 0)
98-
SET(SNAP_VERSION_QUALIFIER "-beta2")
98+
SET(SNAP_VERSION_QUALIFIER "")
9999

100100
# These fields should also be modified each time
101-
SET(SNAP_VERSION_RELEASE_DATE "20250820")
102-
SET(SNAP_VERSION_RELEASE_DATE_FORMATTED "August 20, 2025")
101+
SET(SNAP_VERSION_RELEASE_DATE "20250909")
102+
SET(SNAP_VERSION_RELEASE_DATE_FORMATTED "September 9, 2025")
103103

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

0 commit comments

Comments
 (0)