Happy New Year!
[reactos.git] / reactos / include / reactos / version.h
index 0903a54..a6b5e11 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: version.h,v 1.19 2004/01/14 23:40:14 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     1
+#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              "2010"
+
+/* KERNEL_VERSION_BUILD_TYPE is L"SVN", L"RC1", L"RC2" or L"" (for the release) */
+#define KERNEL_VERSION_BUILD_TYPE   L"SVN"
 
 
 #endif