From 29bb3f9591d78741e1bbf27fa7f8d1b5317052b3 Mon Sep 17 00:00:00 2001 From: Ziliang Guo Date: Mon, 30 Jan 2012 18:23:14 +0000 Subject: [PATCH] Change version string to release header for rbuild. Next time we release, do this in the cmake file. svn path=/branches/ros-branch-0_3_14/; revision=55331 --- include/reactos/version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/reactos/version.h b/include/reactos/version.h index 2722586d294..d6af7fa7056 100644 --- a/include/reactos/version.h +++ b/include/reactos/version.h @@ -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