mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[SDK] Raise KERNEL_VERSION_PATCH_LEVEL to 12 in the version.cmake
to fix the blue setup screens and also display in sysdm.cpl
This commit is contained in:
parent
13d9d3ebbf
commit
34679f5424
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 "11")
|
||||
set(KERNEL_VERSION_PATCH_LEVEL "12")
|
||||
set(COPYRIGHT_YEAR "2018")
|
||||
|
||||
# KERNEL_VERSION_BUILD_TYPE is "dev" for Git builds
|
||||
|
|
Loading…
Reference in a new issue