Proper fix for r50248 ;-)
[reactos.git] / reactos / include / reactos / version.h
index b72e532..20c51ff 100644 (file)
 #ifndef __VERSION_H
 #define __VERSION_H
 
-#define KERNEL_VERSION_MAJOR           0
-#define KERNEL_VERSION_MINOR           3
-#define KERNEL_VERSION_PATCH_LEVEL     1
+#define KERNEL_VERSION_MAJOR        0
+#define KERNEL_VERSION_MINOR        4
+#define KERNEL_VERSION_PATCH_LEVEL  0
 
-/* KERNEL_VERSION_BUILD_TYPE is L"SVN", L"RC1", L"RC2" or L"RELEASE" */
-#define KERNEL_VERSION_BUILD_TYPE      L"SVN"
+#define COPYRIGHT_YEAR              "2011"
+
+/* KERNEL_VERSION_BUILD_TYPE is L"SVN", L"RC1", L"RC2" or L"" (for the release) */
+#define KERNEL_VERSION_BUILD_TYPE   L"SVN"
 
 
 #endif