(xerces-c) branch xerces-3.3 updated: Bump version to 3.3.1.
| Newsgroups | gmane.text.xml.xerces-c.devel |
|---|---|
| Message-ID | <178672335931.1171420.11248374854429518657@gitbox3-he-fi.apache.org> |
This is an automated email from the ASF dual-hosted git repository.
asf-gitbox-commits pushed a commit to branch xerces-3.3
in repository https://gitbox.apache.org/repos/asf/xerces-c.git
The following commit(s) were added to refs/heads/xerces-3.3 by this push:
new f40855147 Bump version to 3.3.1.
f40855147 is described below
commit f408551479ba24ac99eba6f6a1d1624fb48b7af3
Author: Scott Cantor <[email protected]>
AuthorDate: Fri Aug 14 12:02:30 2026 -0400
Bump version to 3.3.1.
---
configure.ac | 2 +-
xerces-c.spec | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index 12ea7bbed..96bec62dd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,7 +24,7 @@
#
AC_PREREQ(2.60)
-AC_INIT([xerces-c],[3.3.0])
+AC_INIT([xerces-c],[3.3.1])
INTERFACE_VERSION=3.3
GRAMMAR_SERIALIZATION_LEVEL=7
diff --git a/xerces-c.spec b/xerces-c.spec
index 3b0fd94c0..1948e8569 100644
--- a/xerces-c.spec
+++ b/xerces-c.spec
@@ -1,6 +1,6 @@
Summary: Xerces-C++ validating XML parser
Name: xerces-c
-Version: 3.3.0
+Version: 3.3.1
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
+* Fri Aug 14 2026 Scott Cantor <[email protected]>
+- Upped version to 3.3.1.
+
* Mon Sep 23 2024 Scott Cantor <[email protected]>
- Upped version to 3.3.0.