This is an automated email from the ASF dual-hosted git repository.

scantor pushed a commit to branch xerces-3.3
in repository https://gitbox.apache.org/repos/asf/xerces-c.git

commit 4056b83635ae86fbae7d0d196d79e0789e21de74
Author: Scott Cantor <canto...@osu.edu>
AuthorDate: Mon Sep 23 13:08:22 2024 -0400

    Bump version to 3.3.0 on new branch.
---
 configure.ac                         | 4 ++--
 doc/releases.xml                     | 2 +-
 doc/releases_archive.xml             | 9 +++++++++
 src/xercesc/util/version.rc.cmake.in | 2 +-
 xerces-c.spec                        | 5 ++++-
 5 files changed, 17 insertions(+), 5 deletions(-)

diff --git a/configure.ac b/configure.ac
index 4af542a29..12ea7bbed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,8 +24,8 @@
 #
 
 AC_PREREQ(2.60)
-AC_INIT([xerces-c],[3.2.5])
-INTERFACE_VERSION=3.2
+AC_INIT([xerces-c],[3.3.0])
+INTERFACE_VERSION=3.3
 GRAMMAR_SERIALIZATION_LEVEL=7
 
 XERCES_VERSION_MAJOR=$(echo $PACKAGE_VERSION | cut -d. -f1)
diff --git a/doc/releases.xml b/doc/releases.xml
index dbf16d384..cf69c6fd5 100644
--- a/doc/releases.xml
+++ b/doc/releases.xml
@@ -36,7 +36,7 @@ please refer to <jump href="releases_plan.html">Releases 
Plan</jump>.
 <s2 title="Release Information for &XercesCName; &XercesCLatest;">
 
 <p>For a list of bug fixes in &XercesCName; &XercesCLatest;, see the
-<jump 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12352411&amp;styleName=Text&amp;projectId=10510";>Release
 Notes</jump>
+<jump 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12355023&amp;projectId=10510";>Release
 Notes</jump>
 </p>
 
 </s2>
diff --git a/doc/releases_archive.xml b/doc/releases_archive.xml
index 1c5cf6c95..a86795926 100644
--- a/doc/releases_archive.xml
+++ b/doc/releases_archive.xml
@@ -21,6 +21,7 @@
 <s1 title="Releases Archive">
     <s2 title="Release Information for earlier releases">
       <ul>
+        <li><link anchor="Release325">Release Information for &XercesCName; 
3.2.5</link></li>
         <li><link anchor="Release324">Release Information for &XercesCName; 
3.2.4</link></li>
         <li><link anchor="Release323">Release Information for &XercesCName; 
3.2.3</link></li>
         <li><link anchor="Release322">Release Information for &XercesCName; 
3.2.2</link></li>
@@ -57,6 +58,14 @@
       </ul>
     </s2>
 
+<anchor name="Release325"/>
+<s2 title="Release Information for &XercesCName; 3.2.5">
+
+<p>For a list of bug fixes in &XercesCName; 3.2.5, see the
+<jump 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12352411&amp;projectId=10510";>Release
 Notes</jump>
+</p>
+</s2>
+
 <anchor name="Release324"/>
 <s2 title="Release Information for &XercesCName; 3.2.4">
 
diff --git a/src/xercesc/util/version.rc.cmake.in 
b/src/xercesc/util/version.rc.cmake.in
index f3f17ab83..de4152188 100644
--- a/src/xercesc/util/version.rc.cmake.in
+++ b/src/xercesc/util/version.rc.cmake.in
@@ -22,7 +22,7 @@ BEGIN
             VALUE "FileDescription", "Shared Library for Xerces-C++ Version 
@xerces-c_VERSION@\0"
             VALUE "FileVersion", "@xerces-c_VERSION_MAJOR@, 
@xerces-c_VERSION_MINOR@, @xerces-c_VERSION_PATCH@\0"
             VALUE "InternalName", XERCES_DLL_NAME
-            VALUE "LegalCopyright", "Copyright � 1999-2018 Apache Software 
Foundation; subject to licensing terms\0"
+            VALUE "LegalCopyright", "Copyright � 1999-2024 Apache Software 
Foundation; subject to licensing terms\0"
             VALUE "LegalTrademarks", "\0"
             VALUE "OriginalFilename", XERCES_DLL_NAME
             VALUE "PrivateBuild", "\0"
diff --git a/xerces-c.spec b/xerces-c.spec
index c8bae766b..3b0fd94c0 100644
--- a/xerces-c.spec
+++ b/xerces-c.spec
@@ -1,6 +1,6 @@
 Summary:       Xerces-C++ validating XML parser
 Name:          xerces-c
-Version:       3.2.3
+Version:       3.3.0
 Release:       1
 URL:           http://xerces.apache.org/xerces-c/
 Source0:       %{name}-%{version}.tar.bz2
@@ -73,6 +73,9 @@ manipulating, and validating XML documents.
 %{_libdir}/pkgconfig/%{name}.pc
 
 %changelog
+* Mon Sep 23 2024 Scott Cantor <canto...@osu.edu>
+- Upped version to 3.3.0.
+
 * Mon Dec 30 2019 Scott Cantor <canto...@osu.edu>
 - Upped version
 


---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscr...@xerces.apache.org
For additional commands, e-mail: c-dev-h...@xerces.apache.org

Reply via email to