mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Version 0.0.19
svn path=/trunk/; revision=2639
This commit is contained in:
parent
e8082ff034
commit
fc7aea5826
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: version.h,v 1.7 2002/01/17 23:22:58 ea Exp $
|
||||
/* $Id: version.h,v 1.8 2002/02/21 22:48:39 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 0
|
||||
#define KERNEL_VERSION_PATCH_LEVEL 18
|
||||
#define KERNEL_VERSION_PATCH_LEVEL 19
|
||||
/* Edit each time a new release is out: format is YYYYMMDD (UTC) */
|
||||
#define KERNEL_RELEASE_DATE 20010816L
|
||||
#define KERNEL_RELEASE_DATE 20020221L
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue