mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[CMAKE] Increase KERNEL_VERSION_PATCH_LEVEL to 9 CORE-14345
To make 1st stage setup properly report "0.4.9"
This commit is contained in:
parent
5f59f0380d
commit
6f525c2b17
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ string(TIMESTAMP KERNEL_VERSION_BUILD %Y%m%d UTC)
|
|||
|
||||
set(KERNEL_VERSION_MAJOR "0")
|
||||
set(KERNEL_VERSION_MINOR "4")
|
||||
set(KERNEL_VERSION_PATCH_LEVEL "8")
|
||||
set(KERNEL_VERSION_PATCH_LEVEL "9")
|
||||
set(COPYRIGHT_YEAR "2018")
|
||||
|
||||
# KERNEL_VERSION_BUILD_TYPE is "dev" for Git builds
|
||||
|
|
Loading…
Reference in a new issue