Happy New Year!
[reactos.git] / reactos / include / reactos / version.h
index 697737d..a6b5e11 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: version.h,v 1.12 2003/02/01 15:34:35 jfilby 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           1
-#define KERNEL_VERSION_PATCH_LEVEL     0
-/* Edit each time a new release is out: format is YYYYMMDD (UTC) */
-#define KERNEL_RELEASE_DATE            20030201L
+#define KERNEL_VERSION_MAJOR        0
+#define KERNEL_VERSION_MINOR        4
+#define KERNEL_VERSION_PATCH_LEVEL  0
+
+#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