Author: zguo Date: Mon Jan 30 18:23:14 2012 New Revision: 55331
URL: http://svn.reactos.org/svn/reactos?rev=55331&view=rev Log: Change version string to release header for rbuild. Next time we release, do this in the cmake file.
Modified: branches/ros-branch-0_3_14/include/reactos/version.h
Modified: branches/ros-branch-0_3_14/include/reactos/version.h URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_14/include/reacto... ============================================================================== --- branches/ros-branch-0_3_14/include/reactos/version.h [iso-8859-1] (original) +++ branches/ros-branch-0_3_14/include/reactos/version.h [iso-8859-1] Mon Jan 30 18:23:14 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"SVN" +#define KERNEL_VERSION_BUILD_TYPE L""
#endif