changed back to CVS, false br

svn path=/trunk/; revision=10698
This commit is contained in:
Robert Kopferl 2004-08-26 20:36:11 +00:00
parent 9e24ae99ae
commit 509a299316

View file

@ -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
* 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"RC1"
#define KERNEL_VERSION_BUILD_TYPE L"CVS"
#endif