mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
[0.4.13][SDK] Remove 'RC' from version.cmake
This commit is contained in:
@@ -7,7 +7,7 @@ set(COPYRIGHT_YEAR "2020")
|
|||||||
|
|
||||||
# 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 "RC")
|
set(KERNEL_VERSION_BUILD_TYPE "")
|
||||||
|
|
||||||
set(KERNEL_VERSION "${KERNEL_VERSION_MAJOR}.${KERNEL_VERSION_MINOR}.${KERNEL_VERSION_PATCH_LEVEL}")
|
set(KERNEL_VERSION "${KERNEL_VERSION_MAJOR}.${KERNEL_VERSION_MINOR}.${KERNEL_VERSION_PATCH_LEVEL}")
|
||||||
if(NOT KERNEL_VERSION_BUILD_TYPE STREQUAL "")
|
if(NOT KERNEL_VERSION_BUILD_TYPE STREQUAL "")
|
||||||
|
Reference in New Issue
Block a user