2004-05-31 Casper S. Hornstrup <chorns@users.sourceforge.net>
authorCasper Hornstrup <chorns@users.sourceforge.net>
Mon, 31 May 2004 12:21:24 +0000 (12:21 +0000)
committerCasper Hornstrup <chorns@users.sourceforge.net>
Mon, 31 May 2004 12:21:24 +0000 (12:21 +0000)
* include/reactos/version.h (KERNEL_VERSION_BUILD_TYPE): Replace possible
value FINAL with RELEASE.

svn path=/trunk/; revision=9568

reactos/ChangeLog
reactos/include/reactos/version.h

index 1b49047..fa2b742 100644 (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
index e88122f..f4e07f4 100644 (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"