mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
Updated version file to 0.0.20
svn path=/trunk/; revision=3316
This commit is contained in:
parent
aa405ed6f1
commit
aac9125953
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: version.h,v 1.9 2002/02/24 13:10:37 jfilby Exp $
|
/* $Id: version.h,v 1.10 2002/08/05 19:57:47 jfilby Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -19,9 +19,9 @@
|
||||||
|
|
||||||
#define KERNEL_VERSION_MAJOR 0
|
#define KERNEL_VERSION_MAJOR 0
|
||||||
#define KERNEL_VERSION_MINOR 0
|
#define KERNEL_VERSION_MINOR 0
|
||||||
#define KERNEL_VERSION_PATCH_LEVEL 19
|
#define KERNEL_VERSION_PATCH_LEVEL 20
|
||||||
/* Edit each time a new release is out: format is YYYYMMDD (UTC) */
|
/* Edit each time a new release is out: format is YYYYMMDD (UTC) */
|
||||||
#define KERNEL_RELEASE_DATE 20020224L
|
#define KERNEL_RELEASE_DATE 20020805L
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue