Proper fix for r50248 ;-)
[reactos.git] / reactos / include / reactos / version.h
index e88122f..20c51ff 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: version.h,v 1.21 2004/04/11 09:57:18 gvg Exp $
+/* $Id$
  *
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS kernel
 #ifndef __VERSION_H
 #define __VERSION_H
 
-#define KERNEL_VERSION_MAJOR           0
-#define KERNEL_VERSION_MINOR           2
-#define KERNEL_VERSION_PATCH_LEVEL     3
+#define KERNEL_VERSION_MAJOR        0
+#define KERNEL_VERSION_MINOR        4
+#define KERNEL_VERSION_PATCH_LEVEL  0
 
-/* KERNEL_VERSION_BUILD_TYPE is L"CVS", L"RC1", L"RC2" or L"FINAL" */
-#define KERNEL_VERSION_BUILD_TYPE      L"CVS"
+#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