Author: jjones Date: Mon Jun 24 18:16:26 2013 New Revision: 59332
URL: http://svn.reactos.org/svn/reactos?rev=59332&view=rev Log: These file being added would normally be generated by by the build process, but we specify them explicitly for the time being to avoid a dependency on extra tool.
Added: branches/vs_jc/reactos/include/reactos/buildno.h (with props) branches/vs_jc/reactos/include/reactos/version.h (with props)
Added: branches/vs_jc/reactos/include/reactos/buildno.h URL: http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/include/reactos/bu... ============================================================================== --- branches/vs_jc/reactos/include/reactos/buildno.h (added) +++ branches/vs_jc/reactos/include/reactos/buildno.h [iso-8859-1] Mon Jun 24 18:16:26 2013 @@ -0,0 +1,18 @@ +/* Do not edit - Machine generated */ +#ifndef _INC_REACTOS_BUILDNO +#define _INC_REACTOS_BUILDNO +#define KERNEL_VERSION_BUILD 20130406 +#define KERNEL_VERSION_BUILD_HEX 0x0 +#define KERNEL_VERSION_BUILD_STR "20130406-rUNKNOWN" +#define KERNEL_VERSION_BUILD_RC "20130406-rUNKNOWN\0" +#define KERNEL_RELEASE_RC "0.4-SVN\0" +#define KERNEL_RELEASE_STR "0.4-SVN" +#define KERNEL_VERSION_RC "0.4-SVN\0" +#define KERNEL_VERSION_STR "0.4-SVN" +#define REACTOS_DLL_VERSION_MAJOR 42 +#define REACTOS_DLL_RELEASE_RC "42.4-SVN\0" +#define REACTOS_DLL_RELEASE_STR "42.4-SVN" +#define REACTOS_DLL_VERSION_RC "42.4-SVN\0" +#define REACTOS_DLL_VERSION_STR "42.4-SVN" +#endif +/* EOF */
Propchange: branches/vs_jc/reactos/include/reactos/buildno.h ------------------------------------------------------------------------------ svn:eol-style = CRLF
Added: branches/vs_jc/reactos/include/reactos/version.h URL: http://svn.reactos.org/svn/reactos/branches/vs_jc/reactos/include/reactos/ve... ============================================================================== --- branches/vs_jc/reactos/include/reactos/version.h (added) +++ branches/vs_jc/reactos/include/reactos/version.h [iso-8859-1] Mon Jun 24 18:16:26 2013 @@ -0,0 +1,31 @@ +/* + * 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@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 "2013" + +/* KERNEL_VERSION_BUILD_TYPE is L"SVN", L"RC1", L"RC2" or L"" (for the release) */ +#define KERNEL_VERSION_BUILD_TYPE "SVN" + + +#endif + +/* EOF */
Propchange: branches/vs_jc/reactos/include/reactos/version.h ------------------------------------------------------------------------------ svn:eol-style = CRLF