From b8f9ed5ea8be822aaadd8e3bbfb293c38bbbc1d5 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Sun, 14 Jan 2007 20:49:18 +0000 Subject: [PATCH] Add config.rbuild and change version to 0.3.1 svn path=/branches/ros-branch-0_3_1/; revision=25459 --- reactos/config.rbuild | 80 +++++++++++++++++++++++++++++++ reactos/include/reactos/version.h | 4 +- 2 files changed, 82 insertions(+), 2 deletions(-) create mode 100644 reactos/config.rbuild diff --git a/reactos/config.rbuild b/reactos/config.rbuild new file mode 100644 index 00000000000..be3d6dffc59 --- /dev/null +++ b/reactos/config.rbuild @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/reactos/include/reactos/version.h b/reactos/include/reactos/version.h index f5ed7db536d..b72e5327a7d 100644 --- a/reactos/include/reactos/version.h +++ b/reactos/include/reactos/version.h @@ -18,8 +18,8 @@ #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 1 /* KERNEL_VERSION_BUILD_TYPE is L"SVN", L"RC1", L"RC2" or L"RELEASE" */ #define KERNEL_VERSION_BUILD_TYPE L"SVN"