Update of /cvsroot/okernel/nrtl/inc
In directory sc8-pr-cvs1:/tmp/cvs-serv7044/inc
Modified Files:
nrtl.h version.h
Log Message:
Massive update with new MASTER PLAN. See changelog.txt and todo.txt.
Index: nrtl.h
===================================================================
RCS file: /cvsroot/okernel/nrtl/inc/nrtl.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** nrtl.h 9 Feb 2003 12:05:50 -0000 1.2
--- nrtl.h 14 May 2003 20:36:06 -0000 1.3
***************
*** 23,27 ****
The Initial Developer of the Original Code is Gilles DUMORTIER
! Portions created by the Initial Developer are Copyright (C) 1992-2002 the
Initial Developer. All Rights Reserved.
--- 23,27 ----
The Initial Developer of the Original Code is Gilles DUMORTIER
! Portions created by the Initial Developer are Copyright (C) 1992-2003 the
Initial Developer. All Rights Reserved.
***************
*** 72,76 ****
// ===========================================================================
! #define NRTL_HEADER_RELEASE_11242002
#define NTRL_MAJOR_VERSION 4
--- 72,76 ----
// ===========================================================================
! #define NRTL_HEADER_RELEASE_05142003
#define NTRL_MAJOR_VERSION 4
Index: version.h
===================================================================
RCS file: /cvsroot/okernel/nrtl/inc/version.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** version.h 8 Feb 2003 15:44:47 -0000 1.1
--- version.h 14 May 2003 20:36:06 -0000 1.2
***************
*** 6,10 ****
This file is only modified by the official builder.
! Copyright (C) 1999-2002 Gilles Dumortier [dgil]
Permission is granted to any individual to use, copy, or redistribute
--- 6,10 ----
This file is only modified by the official builder.
! Copyright (C) 1999-2003 Gilles Dumortier [dgil]
Permission is granted to any individual to use, copy, or redistribute
***************
*** 41,45 ****
/* the following values should be modified by the official */
/* builder for each general build */
! /* ERIS Automation PROCESS : */
/* INCREMENT BUILD NUMBER FOR EACH GLOBAL CHANGE IN THIS FILE */
/* VERSION = "VERSION.RELEASE.BUILD" */
--- 41,45 ----
/* the following values should be modified by the official */
/* builder for each general build */
! /* PROCESS : */
/* INCREMENT BUILD NUMBER FOR EACH GLOBAL CHANGE IN THIS FILE */
/* VERSION = "VERSION.RELEASE.BUILD" */
***************
*** 47,53 ****
/*--------------------------------------------------------------*/
! #define VERSION TEXT("3.0.24")
! #define VER_PRODUCTVERSION_STR TEXT("3.0.24\0")
! #define VER_PRODUCTVERSION 3,0,0,24
/*--------------------------------------------------------------*/
--- 47,53 ----
/*--------------------------------------------------------------*/
! #define VERSION TEXT("4.0.26")
! #define VER_PRODUCTVERSION_STR TEXT("4.0.26\0")
! #define VER_PRODUCTVERSION 4,0,0,26
/*--------------------------------------------------------------*/
***************
*** 82,86 ****
#define VER_LEGALTRADEMARKS_STR TEXT("\256NRTL property of Gilles Dumortier.\0")
#define VER_LEGALCOPYRIGHT_STR TEXT("Copyright \251 Gilles Dumortier,")
! #define VER_LEGALCOPYRIGHT_YEARS TEXT("1992-2002")
#define VER_COPYRIGHTINFO_STR VER_LEGALCOPYRIGHT_STR VER_LEGALCOPYRIGHT_YEARS
--- 82,86 ----
#define VER_LEGALTRADEMARKS_STR TEXT("\256NRTL property of Gilles Dumortier.\0")
#define VER_LEGALCOPYRIGHT_STR TEXT("Copyright \251 Gilles Dumortier,")
! #define VER_LEGALCOPYRIGHT_YEARS TEXT("1992-2003")
#define VER_COPYRIGHTINFO_STR VER_LEGALCOPYRIGHT_STR VER_LEGALCOPYRIGHT_YEARS
|