Author: fireball Date: Thu Mar 8 22:30:21 2007 New Revision: 26037
URL: http://svn.reactos.org/svn/reactos?rev=26037&view=rev Log: Dear ladies and gentlemen, we're approaching a release, please tighten your seat belts and enjoy the process.
Modified: branches/ros-branch-0_3_1/reactos/include/reactos/version.h
Modified: branches/ros-branch-0_3_1/reactos/include/reactos/version.h URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_1/reactos/include... ============================================================================== --- branches/ros-branch-0_3_1/reactos/include/reactos/version.h (original) +++ branches/ros-branch-0_3_1/reactos/include/reactos/version.h Thu Mar 8 22:30:21 2007 @@ -22,7 +22,7 @@ #define KERNEL_VERSION_PATCH_LEVEL 1
/* KERNEL_VERSION_BUILD_TYPE is L"SVN", L"RC1", L"RC2" or L"RELEASE" */ -#define KERNEL_VERSION_BUILD_TYPE L"SVN" +#define KERNEL_VERSION_BUILD_TYPE L"RELEASE"
#endif