2004-05-31 Casper S. Hornstrup <chorns@users.sourceforge.net>

* include/reactos/version.h (KERNEL_VERSION_BUILD_TYPE): Replace possible
	value FINAL with RELEASE.

svn path=/trunk/; revision=9568
This commit is contained in:
Casper Hornstrup 2004-05-31 12:21:24 +00:00
parent 6855f27251
commit 0d5d9a4b7d
2 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2004-05-31 Casper S. Hornstrup <chorns@users.sourceforge.net>
* include/reactos/version.h (KERNEL_VERSION_BUILD_TYPE): Replace possible
value FINAL with RELEASE.
2004-03-27 Art Yerkes <arty@users.sourceforge.net>
* Fixed make bootcd on windows + cross. Define TOPDIR as PATH_TO_TOP

View file

@ -1,4 +1,4 @@
/* $Id: version.h,v 1.21 2004/04/11 09:57:18 gvg Exp $
/* $Id: version.h,v 1.22 2004/05/31 12:21:24 chorns Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -21,7 +21,7 @@
#define KERNEL_VERSION_MINOR 2
#define KERNEL_VERSION_PATCH_LEVEL 3
/* KERNEL_VERSION_BUILD_TYPE is L"CVS", L"RC1", L"RC2" or L"FINAL" */
/* KERNEL_VERSION_BUILD_TYPE is L"CVS", L"RC1", L"RC2" or L"RELEASE" */
#define KERNEL_VERSION_BUILD_TYPE L"CVS"