Skip to content

Commit a920a96

Browse files
committed
[0.4.9] [SDK] Remove 'RC' from version.cmake
1 parent 3eb03ef commit a920a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/include/reactos/version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set(COPYRIGHT_YEAR "2018")
77

88
# KERNEL_VERSION_BUILD_TYPE is "dev" for Git builds
99
# or "RC1", "RC2", "" for releases.
10-
set(KERNEL_VERSION_BUILD_TYPE "RC")
10+
set(KERNEL_VERSION_BUILD_TYPE "")
1111

1212
set(KERNEL_VERSION "${KERNEL_VERSION_MAJOR}.${KERNEL_VERSION_MINOR}.${KERNEL_VERSION_PATCH_LEVEL}")
1313
if(NOT KERNEL_VERSION_BUILD_TYPE STREQUAL "")

0 commit comments

Comments
 (0)