From be78732b46d3a1400f0c12e15e21fb80bd2686f2 Mon Sep 17 00:00:00 2001
From: "Unknown (abagchi)" <dev-null@apache.org>
Date: Wed, 10 Nov 1999 02:02:51 +0000
Subject: [PATCH] Changed version numbers

git-svn-id: https://svn.apache.org/repos/asf/xerces/c/trunk@171395 13f79535-47bb-0310-9956-ffa450edef68
---
 src/util/XML4CDefs.hpp | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/src/util/XML4CDefs.hpp b/src/util/XML4CDefs.hpp
index f64377d9e..cb4b3db51 100644
--- a/src/util/XML4CDefs.hpp
+++ b/src/util/XML4CDefs.hpp
@@ -56,8 +56,11 @@
 
 /**
  * $Log$
- * Revision 1.1  1999/11/09 01:05:35  twl
- * Initial revision
+ * Revision 1.2  1999/11/10 02:02:51  abagchi
+ * Changed version numbers
+ *
+ * Revision 1.1.1.1  1999/11/09 01:05:35  twl
+ * Initial checkin
  *
  * Revision 1.3  1999/11/08 20:45:19  rahul
  * Swat for adding in Product name and CVS comment log variable.
@@ -74,10 +77,10 @@
 //  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 "3_0"
-static const char* const    gXML4CVersionStr = "3_0";
-static const char* const    gXML4CFullVersionStr = "3_0_0";
-static const unsigned int   gXML4CMajVersion = 3;
+#define XML4C_DLLVersionStr "1_0"
+static const char* const    gXML4CVersionStr = "1_0";
+static const char* const    gXML4CFullVersionStr = "1_0_0";
+static const unsigned int   gXML4CMajVersion = 1;
 static const unsigned int   gXML4CMinVersion = 0;
 static const unsigned int   gXML4CRevision   = 0;
 
-- 
GitLab