mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
[0.4.10] Branch releases/0.4.10 & change KERNEL_VERSION_BUILD_TYPE "RC"
as first commit before! adding the git-tag
This commit is contained in:
parent
b8e98c4e66
commit
158ec48cc4
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ set(COPYRIGHT_YEAR "2018")
|
|||
|
||||
# KERNEL_VERSION_BUILD_TYPE is "dev" for Git builds
|
||||
# or "RC1", "RC2", "" for releases.
|
||||
set(KERNEL_VERSION_BUILD_TYPE "dev")
|
||||
set(KERNEL_VERSION_BUILD_TYPE "RC")
|
||||
|
||||
set(KERNEL_VERSION "${KERNEL_VERSION_MAJOR}.${KERNEL_VERSION_MINOR}.${KERNEL_VERSION_PATCH_LEVEL}")
|
||||
if(NOT KERNEL_VERSION_BUILD_TYPE STREQUAL "")
|
||||
|
|
Loading…
Reference in a new issue