Version 0.1.1
authorJason Filby <jason.filby@gmail.com>
Sat, 29 Mar 2003 18:37:07 +0000 (18:37 +0000)
committerJason Filby <jason.filby@gmail.com>
Sat, 29 Mar 2003 18:37:07 +0000 (18:37 +0000)
svn path=/trunk/; revision=4454

reactos/include/reactos/version.h

index 697737d..a5597f7 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: version.h,v 1.12 2003/02/01 15:34:35 jfilby Exp $
+/* $Id: version.h,v 1.13 2003/03/29 18:37:07 jfilby Exp $
  *
  * COPYRIGHT:   See COPYING in the top level directory
  * PROJECT:     ReactOS kernel
@@ -19,9 +19,9 @@
 
 #define KERNEL_VERSION_MAJOR           0
 #define KERNEL_VERSION_MINOR           1
-#define KERNEL_VERSION_PATCH_LEVEL     0
+#define KERNEL_VERSION_PATCH_LEVEL     1
 /* Edit each time a new release is out: format is YYYYMMDD (UTC) */
-#define KERNEL_RELEASE_DATE            20030201L
+#define KERNEL_RELEASE_DATE            20030329L
 
 
 #endif