Author: akhaldi Date: Mon Aug 15 18:55:26 2016 New Revision: 72232
URL: http://svn.reactos.org/svn/reactos?rev=72232&view=rev Log: [0.4.2] * Remove the RC1 note.
Modified: branches/ros-branch-0_4_2/reactos/sdk/include/reactos/version.cmake
Modified: branches/ros-branch-0_4_2/reactos/sdk/include/reactos/version.cmake URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_4_2/reactos/sdk/inc... ============================================================================== --- branches/ros-branch-0_4_2/reactos/sdk/include/reactos/version.cmake [iso-8859-1] (original) +++ branches/ros-branch-0_4_2/reactos/sdk/include/reactos/version.cmake [iso-8859-1] Mon Aug 15 18:55:26 2016 @@ -25,7 +25,7 @@ set(KERNEL_VERSION_BUILD_TYPE "")
# KERNEL_VERSION_RELEASE_TYPE is "RC1", "RC2" or "" (for the final one) -set(KERNEL_VERSION_RELEASE_TYPE "RC1") +set(KERNEL_VERSION_RELEASE_TYPE "")
set(KERNEL_VERSION "${KERNEL_VERSION_MAJOR}.${KERNEL_VERSION_MINOR}") if(KERNEL_VERSION_PATCH_LEVEL)