mirror of
https://github.com/reactos/reactos.git
synced 2025-02-28 19:32:59 +00:00
[0.4.15] Branch releases/0.4.15 & change KERNEL_VERSION_BUILD_TYPE ""
This commit is contained in:
parent
945e856031
commit
bceb3112fd
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ set(COPYRIGHT_YEAR "2024")
|
||||||
|
|
||||||
# KERNEL_VERSION_BUILD_TYPE is "dev" for Git builds
|
# KERNEL_VERSION_BUILD_TYPE is "dev" for Git builds
|
||||||
# or "RC1", "RC2", "" for releases.
|
# or "RC1", "RC2", "" for releases.
|
||||||
set(KERNEL_VERSION_BUILD_TYPE "dev")
|
set(KERNEL_VERSION_BUILD_TYPE "")
|
||||||
|
|
||||||
set(KERNEL_VERSION "${KERNEL_VERSION_MAJOR}.${KERNEL_VERSION_MINOR}.${KERNEL_VERSION_PATCH_LEVEL}-${WINARCH}")
|
set(KERNEL_VERSION "${KERNEL_VERSION_MAJOR}.${KERNEL_VERSION_MINOR}.${KERNEL_VERSION_PATCH_LEVEL}-${WINARCH}")
|
||||||
if(NOT KERNEL_VERSION_BUILD_TYPE STREQUAL "")
|
if(NOT KERNEL_VERSION_BUILD_TYPE STREQUAL "")
|
||||||
|
|
Loading…
Reference in a new issue