Author: spetreolle
Date: Fri Jan 21 20:37:01 2011
New Revision: 50455
URL:
http://svn.reactos.org/svn/reactos?rev=50455&view=rev
Log:
[CMAKE]
Forgotten deletion in previous commit.
Removed:
branches/cmake-bringup/include/reactos/version.h
Removed: branches/cmake-bringup/include/reactos/version.h
URL:
http://svn.reactos.org/svn/reactos/branches/cmake-bringup/include/reactos/v…
==============================================================================
--- branches/cmake-bringup/include/reactos/version.h [iso-8859-1] (original)
+++ branches/cmake-bringup/include/reactos/version.h (removed)
@@ -1,32 +1,0 @@
-/* $Id$
- *
- * COPYRIGHT: See COPYING in the top level directory
- * PROJECT: ReactOS kernel
- * FILE: include/internal/version.h
- * PURPOSE: Defines the current version
- * PROGRAMMER: David Welch (welch(a)mcmail.com)
- * REVISIONS:
- * 1999-11-06 (ea)
- * Moved from include/internal in include/reactos
- * to be used by buildno.
- * 2002-01-17 (ea)
- * KERNEL_VERSION removed. Use
- * reactos/buildno.h:KERNEL_VERSION_STR instead.
- */
-
-#ifndef __VERSION_H
-#define __VERSION_H
-
-#define KERNEL_VERSION_MAJOR 0
-#define KERNEL_VERSION_MINOR 4
-#define KERNEL_VERSION_PATCH_LEVEL 0
-
-#define COPYRIGHT_YEAR "2011"
-
-/* KERNEL_VERSION_BUILD_TYPE is L"SVN", L"RC1", L"RC2" or
L"" (for the release) */
-#define KERNEL_VERSION_BUILD_TYPE L"SVN"
-
-
-#endif
-
-/* EOF */