You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ro...@locus.apache.org on 2000/01/14 01:52:07 UTC

cvs commit: xml-xerces/c/src/util XML4CDefs.hpp

roddey      00/01/13 16:52:07

  Modified:    c/src/util XML4CDefs.hpp
  Log:
  Updated the version information for the next release, i.e. 1.1.0
  
  Revision  Changes    Path
  1.6       +9 -5      xml-xerces/c/src/util/XML4CDefs.hpp
  
  Index: XML4CDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/XML4CDefs.hpp,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- XML4CDefs.hpp	1999/12/17 01:28:53	1.5
  +++ XML4CDefs.hpp	2000/01/14 00:52:06	1.6
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: XML4CDefs.hpp,v $
  + * Revision 1.6  2000/01/14 00:52:06  roddey
  + * Updated the version information for the next release, i.e. 1.1.0
  + *
    * Revision 1.5  1999/12/17 01:28:53  rahulj
    * Merged in changes submitted for UnixWare 7 port. Platform
    * specific files are still missing.
  @@ -87,12 +90,12 @@
   //  These are updated for every build. They must be at the top because they
   //  can be used by various per-compiler headers below.
   // ---------------------------------------------------------------------------
  -#define XML4C_DLLVersionStr "1_0"
  -static const char* const    gXML4CVersionStr = "1_0";
  -static const char* const    gXML4CFullVersionStr = "1_0_1";
  +#define XML4C_DLLVersionStr "1_1"
  +static const char* const    gXML4CVersionStr = "1_1";
  +static const char* const    gXML4CFullVersionStr = "1_1_0";
   static const unsigned int   gXML4CMajVersion = 1;
  -static const unsigned int   gXML4CMinVersion = 0;
  -static const unsigned int   gXML4CRevision   = 1;
  +static const unsigned int   gXML4CMinVersion = 1;
  +static const unsigned int   gXML4CRevision   = 0;
   
   
   // ---------------------------------------------------------------------------