[cpp-msbuild] branch master updated: Update Xerces to 3.2.3.
Scott Cantor
cantor.2 at osu.edu
Thu Apr 9 12:26:14 EDT 2020
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-msbuild.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=ce898f5a5c13ff88b88daee9580a891fc7b2b994
The following commit(s) were added to refs/heads/master by this push:
new ce898f5 Update Xerces to 3.2.3.
ce898f5 is described below
commit ce898f5a5c13ff88b88daee9580a891fc7b2b994
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Apr 9 12:26:03 2020 -0400
Update Xerces to 3.2.3.
---
Versions.props | 6 +++---
dependencies/config.bat | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/Versions.props b/Versions.props
index aa9687f..4a27ea6 100644
--- a/Versions.props
+++ b/Versions.props
@@ -183,10 +183,10 @@
<PropertyGroup Label="XercesGeneral">
<!-- Just for now -->
- <XERCES_FILE_VERSION Condition="'$(XERCES_FILE_VERSION)' == ''">3_2</XERCES_FILE_VERSION>
- <XercesVersion Condition="'$(XERCES_MM_VERSION)'==''">1.2.11</XercesVersion>
+ <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)'!=''">$(ZLIB_MM_VERSION)</XercesVersion>
- <xerces Condition="'$(XERCES_DIR)'==''">xerces-c-3.2.2</xerces>
+ <xerces Condition="'$(XERCES_DIR)'==''">xerces-c-3.2.3</xerces>
<xerces Condition="'$(XERCES_DIR)'!=''">$(XERCES_DIR)</xerces>
</PropertyGroup>
diff --git a/dependencies/config.bat b/dependencies/config.bat
index 52b0553..af385ed 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -136,9 +136,9 @@ set LOG4SHIB_FILE_VERSION=2_0
REM
REM XERCES CONFIG
REM
-set XERCES_DIR=xerces-c-3.2.2
+set XERCES_DIR=xerces-c-3.2.3
set XERCES_FILE_VERSION=3_2
-set XERCES_MM_VERSION=3.2.2
+set XERCES_MM_VERSION=3.2.3
SET MsVCVersionNum=15
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list