Author: tfaber Date: Fri Mar 9 19:28:53 2012 New Revision: 56095
URL: http://svn.reactos.org/svn/reactos?rev=56095&view=rev Log: [CLT2012] - Change version to 0.3.14-CLT2012
Modified: branches/ros-branch-0_3_14-clt2012/base/shell/explorer-new/res/logov.bmp branches/ros-branch-0_3_14-clt2012/base/shell/explorer/res/logov.bmp branches/ros-branch-0_3_14-clt2012/include/reactos/version.cmake branches/ros-branch-0_3_14-clt2012/include/reactos/version.h
Modified: branches/ros-branch-0_3_14-clt2012/base/shell/explorer-new/res/logov.bmp URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/base/s... ============================================================================== Binary files - no diff available.
Modified: branches/ros-branch-0_3_14-clt2012/base/shell/explorer/res/logov.bmp URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/base/s... ============================================================================== Binary files - no diff available.
Modified: branches/ros-branch-0_3_14-clt2012/include/reactos/version.cmake URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/includ... ============================================================================== --- branches/ros-branch-0_3_14-clt2012/include/reactos/version.cmake [iso-8859-1] (original) +++ branches/ros-branch-0_3_14-clt2012/include/reactos/version.cmake [iso-8859-1] Fri Mar 9 19:28:53 2012 @@ -30,11 +30,11 @@ today(KERNEL_VERSION_BUILD)
set(KERNEL_VERSION_MAJOR "0") -set(KERNEL_VERSION_MINOR "4") -set(KERNEL_VERSION_PATCH_LEVEL "0") +set(KERNEL_VERSION_MINOR "3") +set(KERNEL_VERSION_PATCH_LEVEL "14") set(COPYRIGHT_YEAR "2012") # KERNEL_VERSION_BUILD_TYPE is "SVN", "RC1", "RC2" or "" (for the release) -set(KERNEL_VERSION_BUILD_TYPE "SVN") +set(KERNEL_VERSION_BUILD_TYPE "CLT2012")
set(KERNEL_VERSION "${KERNEL_VERSION_MAJOR}.${KERNEL_VERSION_MINOR}")
Modified: branches/ros-branch-0_3_14-clt2012/include/reactos/version.h URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14-clt2012/includ... ============================================================================== --- branches/ros-branch-0_3_14-clt2012/include/reactos/version.h [iso-8859-1] (original) +++ branches/ros-branch-0_3_14-clt2012/include/reactos/version.h [iso-8859-1] Fri Mar 9 19:28:53 2012 @@ -24,7 +24,7 @@ #define COPYRIGHT_YEAR "2012"
/* KERNEL_VERSION_BUILD_TYPE is L"SVN", L"RC1", L"RC2" or L"" (for the release) */ -#define KERNEL_VERSION_BUILD_TYPE L"" +#define KERNEL_VERSION_BUILD_TYPE L"CLT2012"
#endif