We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5204e3 commit ed7305bCopy full SHA for ed7305b
sdk/include/reactos/version.cmake
@@ -7,7 +7,7 @@ set(COPYRIGHT_YEAR "2018")
7
8
# KERNEL_VERSION_BUILD_TYPE is "dev" for Git builds
9
# or "RC1", "RC2", "" for releases.
10
-set(KERNEL_VERSION_BUILD_TYPE "RC")
+set(KERNEL_VERSION_BUILD_TYPE "")
11
12
set(KERNEL_VERSION "${KERNEL_VERSION_MAJOR}.${KERNEL_VERSION_MINOR}.${KERNEL_VERSION_PATCH_LEVEL}")
13
if(NOT KERNEL_VERSION_BUILD_TYPE STREQUAL "")
0 commit comments