Author: fireball Date: Thu Jul 19 19:14:14 2007 New Revision: 27733
URL: http://svn.reactos.org/svn/reactos?rev=27733&view=rev Log: - Give 0.3.3 a proper version and type.
Modified: branches/ros-branch-0_3_3/reactos/include/reactos/version.h
Modified: branches/ros-branch-0_3_3/reactos/include/reactos/version.h URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_3/reactos/include... ============================================================================== --- branches/ros-branch-0_3_3/reactos/include/reactos/version.h (original) +++ branches/ros-branch-0_3_3/reactos/include/reactos/version.h Thu Jul 19 19:14:14 2007 @@ -18,11 +18,11 @@ #define __VERSION_H
#define KERNEL_VERSION_MAJOR 0 -#define KERNEL_VERSION_MINOR 4 -#define KERNEL_VERSION_PATCH_LEVEL 0 +#define KERNEL_VERSION_MINOR 3 +#define KERNEL_VERSION_PATCH_LEVEL 3
/* 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"RC1"
#endif