Skip to content

Commit 5677b99

Browse files
authored
Update version to 5.0.0 alpha and year to 2026
required for the version dependent signing on brander (macOS Sandbox) Signed-off-by: Rello <Rello@users.noreply.github.com>
1 parent d309239 commit 5677b99

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

VERSION.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
# ------------------------------------
66
# Version information
77
# ------------------------------------
8-
set(MIRALL_VERSION_MAJOR 4)
8+
set(MIRALL_VERSION_MAJOR 5)
99
set(MIRALL_VERSION_MINOR 0)
1010
set(MIRALL_VERSION_PATCH 50)
11-
set(MIRALL_VERSION_YEAR 2025)
11+
set(MIRALL_VERSION_YEAR 2026)
1212
set(MIRALL_SOVERSION 0)
13-
set(MIRALL_PREVERSION_HUMAN "4.1.0 alpha") # For preversions where PATCH>=50. Use version + alpha, rc1, rc2, etc.
13+
set(MIRALL_PREVERSION_HUMAN "5.0.0 alpha") # For preversions where PATCH>=50. Use version + alpha, rc1, rc2, etc.
1414
set(NCEXT_BUILD_NUM 47)
1515
set(NCEXT_VERSION 3,0,0,${NCEXT_BUILD_NUM})
1616

0 commit comments

Comments
 (0)