Change version to 0.3.13-CLT2011
[reactos.git] / reactos / include / reactos / version.h
index f5ed7db..50a0ba0 100644 (file)
 #ifndef __VERSION_H
 #define __VERSION_H
 
-#define KERNEL_VERSION_MAJOR           0
-#define KERNEL_VERSION_MINOR           4
-#define KERNEL_VERSION_PATCH_LEVEL     0
+#define KERNEL_VERSION_MAJOR        0
+#define KERNEL_VERSION_MINOR        3
+#define KERNEL_VERSION_PATCH_LEVEL  13
 
-/* 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"CLT2011"
 
 
 #endif