mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[SDK] Raise KERNEL_VERSION_PATCH_LEVEL to 16 in the version.cmake
0.4.16-dev starts here.
This commit is contained in:
parent
0604640c14
commit
a44192dc98
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ endif()
|
|||
|
||||
set(KERNEL_VERSION_MAJOR "0")
|
||||
set(KERNEL_VERSION_MINOR "4")
|
||||
set(KERNEL_VERSION_PATCH_LEVEL "15")
|
||||
set(KERNEL_VERSION_PATCH_LEVEL "16")
|
||||
set(COPYRIGHT_YEAR "2024")
|
||||
|
||||
# KERNEL_VERSION_BUILD_TYPE is "dev" for Git builds
|
||||
|
|
Loading…
Reference in a new issue