[cpp-msbuild] branch master updated: Bump Xerces to 3.2.1
Scott Cantor
cantor.2 at osu.edu
Fri Mar 2 19:51:00 EST 2018
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=ef06d35a78c2804c0b0c7e105f1711a164b60425
The following commit(s) were added to refs/heads/master by this push:
new ef06d35 Bump Xerces to 3.2.1
ef06d35 is described below
commit ef06d35a78c2804c0b0c7e105f1711a164b60425
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Mar 2 19:50:52 2018 -0500
Bump Xerces to 3.2.1
---
Versions.props | 2 +-
dependencies/config.bat | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Versions.props b/Versions.props
index c7b82bf..42a406e 100644
--- a/Versions.props
+++ b/Versions.props
@@ -175,7 +175,7 @@
<XERCES_FILE_VERSION Condition="'$(XERCES_FILE_VERSION)' == ''">3_2</XERCES_FILE_VERSION>
<XercesVersion Condition="'$(XERCES_MM_VERSION)'==''">1.2.11</XercesVersion>
<XercesVersion Condition="'$(XERCES_MM_VERSION)'!=''">$(ZLIB_MM_VERSION)</XercesVersion>
- <xerces Condition="'$(XERCES_DIR)'==''">xerces-c-3.2.0</xerces>
+ <xerces Condition="'$(XERCES_DIR)'==''">xerces-c-3.2.1</xerces>
<xerces Condition="'$(XERCES_DIR)'!=''">$(XERCES_DIR)</xerces>
</PropertyGroup>
diff --git a/dependencies/config.bat b/dependencies/config.bat
index 8fdd030..168ca13 100644
--- a/dependencies/config.bat
+++ b/dependencies/config.bat
@@ -6,7 +6,7 @@ if "%1" NEQ "" goto %1%
# DEFAULT SETTINGS (for Scott)
#
-set ROOT_DIR=C:\Users\cantor.2\Shibboleth\
+set ROOT_DIR=C:\Users\scantor\Shibboleth\
set CPP_MM_DIR=C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\VC\Redist\MSVC\14.11.25325\MergeModules
set SED=C:\cygwin64\bin\sed.exe
@@ -108,9 +108,9 @@ set LOG4SHIB_FILE_VERSION=1_0
##
## XERCES CONFIG
##
-set XERCES_DIR=xerces-c-3.2.0
+set XERCES_DIR=xerces-c-3.2.1
set XERCES_FILE_VERSION=3_2
-set XERCES_MM_VERSION=3.2.0
+set XERCES_MM_VERSION=3.2.1
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