mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 17:10:22 +00:00
[SDK] Raise KERNEL_VERSION_PATCH_LEVEL to 13 in the version.cmake
This commit is contained in:
parent
e0e5363a73
commit
2e8c7cf423
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_MAJOR "0")
|
||||||
set(KERNEL_VERSION_MINOR "4")
|
set(KERNEL_VERSION_MINOR "4")
|
||||||
set(KERNEL_VERSION_PATCH_LEVEL "12")
|
set(KERNEL_VERSION_PATCH_LEVEL "13")
|
||||||
set(COPYRIGHT_YEAR "2019")
|
set(COPYRIGHT_YEAR "2019")
|
||||||
|
|
||||||
# KERNEL_VERSION_BUILD_TYPE is "dev" for Git builds
|
# KERNEL_VERSION_BUILD_TYPE is "dev" for Git builds
|
||||||
|
|
Loading…
Reference in a new issue