branch update for HEAD-2003050101
[reactos.git] / include / reactos / version.h
index 246d033..7b9d253 100644 (file)
 #define __VERSION_H
 
 #define KERNEL_VERSION_MAJOR           0
-#define KERNEL_VERSION_MINOR           0
-#define KERNEL_VERSION_PATCH_LEVEL     21
+#define KERNEL_VERSION_MINOR           1
+#define KERNEL_VERSION_PATCH_LEVEL     1
 /* Edit each time a new release is out: format is YYYYMMDD (UTC) */
-#define KERNEL_RELEASE_DATE            20021031L
+#define KERNEL_RELEASE_DATE            20030329L
 
 
 #endif