mirror of
https://github.com/reactos/reactos.git
synced 2024-12-30 19:14:31 +00:00
changed to RC1
svn path=/trunk/; revision=10697
This commit is contained in:
parent
df72452da1
commit
9e24ae99ae
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: version.h,v 1.23 2004/06/16 21:42:24 navaraf Exp $
|
||||
/* $Id: version.h,v 1.24 2004/08/26 20:24:40 robertk Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -22,7 +22,7 @@
|
|||
#define KERNEL_VERSION_PATCH_LEVEL 4
|
||||
|
||||
/* KERNEL_VERSION_BUILD_TYPE is L"CVS", L"RC1", L"RC2" or L"RELEASE" */
|
||||
#define KERNEL_VERSION_BUILD_TYPE L"CVS"
|
||||
#define KERNEL_VERSION_BUILD_TYPE L"RC1"
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue