mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Change versioning infor for 0.0.18
svn path=/trunk/; revision=2181
This commit is contained in:
parent
bf4cedbfce
commit
5b66798cd7
1 changed files with 4 additions and 4 deletions
|
@ -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
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -16,11 +16,11 @@
|
||||||
|
|
||||||
#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 17
|
#define KERNEL_VERSION_PATCH_LEVEL 18
|
||||||
/* 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 20010209L
|
#define KERNEL_RELEASE_DATE 20010816L
|
||||||
|
|
||||||
#define KERNEL_VERSION "0.0.17"
|
#define KERNEL_VERSION "0.0.18"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue