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>
This commit is contained in:
Rello
2026-01-13 10:19:29 +07:00
committed by GitHub
parent d30923955f
commit 5677b992bd

View File

@ -5,12 +5,12 @@
# ------------------------------------
# Version information
# ------------------------------------
set(MIRALL_VERSION_MAJOR 4)
set(MIRALL_VERSION_MAJOR 5)
set(MIRALL_VERSION_MINOR 0)
set(MIRALL_VERSION_PATCH 50)
set(MIRALL_VERSION_YEAR 2025)
set(MIRALL_VERSION_YEAR 2026)
set(MIRALL_SOVERSION 0)
set(MIRALL_PREVERSION_HUMAN "4.1.0 alpha") # For preversions where PATCH>=50. Use version + alpha, rc1, rc2, etc.
set(MIRALL_PREVERSION_HUMAN "5.0.0 alpha") # For preversions where PATCH>=50. Use version + alpha, rc1, rc2, etc.
set(NCEXT_BUILD_NUM 47)
set(NCEXT_VERSION 3,0,0,${NCEXT_BUILD_NUM})