Skip to content

Commit 5f7cfe0

Browse files
committed
[0.4.8] Change KERNEL_VERSION_BUILD_TYPE "RC"
as first commit before! adding the git tag
1 parent b77840d commit 5f7cfe0

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 "dev")
10+
set(KERNEL_VERSION_BUILD_TYPE "RC")
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)