mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
[SDK] Raise KERNEL_VERSION_PATCH_LEVEL to 14 in the version.cmake
This commit is contained in:
parent
e413df4f4e
commit
43a6843e9d
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 "13")
|
||||
set(KERNEL_VERSION_PATCH_LEVEL "14")
|
||||
set(COPYRIGHT_YEAR "2019")
|
||||
|
||||
# KERNEL_VERSION_BUILD_TYPE is "dev" for Git builds
|
||||
|
|
Loading…
Reference in a new issue