[cpp-msbuild] 02/02: Align Xerces versions
Rod Widdowson
rdw at steadingsoftware.com
Tue Jun 13 13:58:47 UTC 2023
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch main
in repository cpp-msbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=161db802c293e6d9ecf3efda96728014e4e9d615
commit 161db802c293e6d9ecf3efda96728014e4e9d615
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jun 13 13:29:25 2023 +0100
Align Xerces versions
---
Versions.props | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Versions.props b/Versions.props
index c36973a..ef21a8c 100644
--- a/Versions.props
+++ b/Versions.props
@@ -185,9 +185,9 @@
<PropertyGroup Label="XercesGeneral">
<!-- Just for now -->
<XERCES_FILE_VERSION Condition="'$(XERCES_FILE_VERSION)' == ''">3_2</XERCES_FILE_VERSION>
- <XercesVersion Condition="'$(XERCES_MM_VERSION)'==''">3.2.3</XercesVersion>
+ <XercesVersion Condition="'$(XERCES_MM_VERSION)'==''">3.2.4</XercesVersion>
<XercesVersion Condition="'$(XERCES_MM_VERSION)'!=''">$(XERCES_MM_VERSION)</XercesVersion>
- <xerces Condition="'$(XERCES_DIR)'==''">xerces-c-3.2.3</xerces>
+ <xerces Condition="'$(XERCES_DIR)'==''">xerces-c-3.2.4</xerces>
<xerces Condition="'$(XERCES_DIR)'!=''">$(XERCES_DIR)</xerces>
</PropertyGroup>
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list