Change versioning infor for 0.0.18

svn path=/trunk/; revision=2181
This commit is contained in:
Jason Filby 2001-08-16 19:42:15 +00:00
parent bf4cedbfce
commit 5b66798cd7

View file

@ -1,4 +1,4 @@
/* $Id: version.h,v 1.5 2001/02/11 15:02:48 ekohl Exp $
/* $Id: version.h,v 1.6 2001/08/16 19:42:15 jfilby Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -16,11 +16,11 @@
#define KERNEL_VERSION_MAJOR 0
#define KERNEL_VERSION_MINOR 0
#define KERNEL_VERSION_PATCH_LEVEL 17
#define KERNEL_VERSION_PATCH_LEVEL 18
/* Edit each time a new release is out: format is YYYYMMDD (UTC) */
#define KERNEL_RELEASE_DATE 20010209L
#define KERNEL_RELEASE_DATE 20010816L
#define KERNEL_VERSION "0.0.17"
#define KERNEL_VERSION "0.0.18"
#endif