[cpp-msbuild] branch main updated: Typo in Xerces MM version
Rod Widdowson
rdw at steadingsoftware.com
Tue Jan 19 15:12:04 UTC 2021
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=5fca76fcfe36aa3a37220a2e5f033677b8688479
The following commit(s) were added to refs/heads/main by this push:
new 5fca76f Typo in Xerces MM version
5fca76f is described below
commit 5fca76fcfe36aa3a37220a2e5f033677b8688479
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Tue Jan 19 15:11:53 2021 +0000
Typo in Xerces MM version
---
Versions.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Versions.props b/Versions.props
index 6401af8..a85cbe5 100644
--- a/Versions.props
+++ b/Versions.props
@@ -184,7 +184,7 @@
<!-- 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)'!=''">$(ZLIB_MM_VERSION)</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_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