mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
changed back to CVS, false br
svn path=/trunk/; revision=10698
This commit is contained in:
parent
9e24ae99ae
commit
509a299316
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: version.h,v 1.24 2004/08/26 20:24:40 robertk Exp $
|
/* $Id: version.h,v 1.25 2004/08/26 20:36:11 robertk Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -22,7 +22,7 @@
|
||||||
#define KERNEL_VERSION_PATCH_LEVEL 4
|
#define KERNEL_VERSION_PATCH_LEVEL 4
|
||||||
|
|
||||||
/* KERNEL_VERSION_BUILD_TYPE is L"CVS", L"RC1", L"RC2" or L"RELEASE" */
|
/* KERNEL_VERSION_BUILD_TYPE is L"CVS", L"RC1", L"RC2" or L"RELEASE" */
|
||||||
#define KERNEL_VERSION_BUILD_TYPE L"RC1"
|
#define KERNEL_VERSION_BUILD_TYPE L"CVS"
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue