From 78b099ad3b26b531d56336ac8d31853489ad5bcc Mon Sep 17 00:00:00 2001 From: Tinny Ng <tng@apache.org> Date: Tue, 21 May 2002 19:35:08 +0000 Subject: [PATCH] Update from 1.7 to 2.0 git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@173717 13f79535-47bb-0310-9956-ffa450edef68 --- src/xercesc/util/XercesDefs.hpp | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/xercesc/util/XercesDefs.hpp b/src/xercesc/util/XercesDefs.hpp index dbe926999..d83ef5132 100644 --- a/src/xercesc/util/XercesDefs.hpp +++ b/src/xercesc/util/XercesDefs.hpp @@ -56,6 +56,9 @@ /* * $Log$ + * Revision 1.5 2002/05/21 19:35:08 tng + * Update from 1.7 to 2.0 + * * Revision 1.4 2002/02/27 22:38:34 peiyongz * Bug# 6445 Caldera (SCO) OpenServer Port : patch from Martin Kalen * @@ -186,11 +189,11 @@ // These are updated for every build. They must be at the top because they // can be used by various per-compiler headers below. // --------------------------------------------------------------------------- -#define Xerces_DLLVersionStr "1_7_0" -const char* const gXercesVersionStr = "1_7"; -const char* const gXercesFullVersionStr = "1_7_0"; -const unsigned int gXercesMajVersion = 1; -const unsigned int gXercesMinVersion = 7; +#define Xerces_DLLVersionStr "2_0_0" +const char* const gXercesVersionStr = "2_0"; +const char* const gXercesFullVersionStr = "2_0_0"; +const unsigned int gXercesMajVersion = 2; +const unsigned int gXercesMinVersion = 0; const unsigned int gXercesRevision = 0; @@ -353,13 +356,13 @@ const unsigned int gXercesRevision = 0; // fixed at 32 bits. The types we defined them in terms of are defined per // compiler, using whatever types are the right ones for them to get these // 16/32 bit sizes. +// // --------------------------------------------------------------------------- typedef unsigned char XMLByte; typedef XMLUInt16 UTF16Ch; typedef XMLUInt32 UCS4Ch; - // --------------------------------------------------------------------------- // Handle boolean. If the platform can handle booleans itself, then we // map our boolean type to the native type. Otherwise we create a default -- GitLab