[cpp-msbuild] 01/02: Update zlib resource file and version check.
Scott Cantor
cantor.2 at osu.edu
Wed Mar 8 18:12:37 UTC 2023
This is an automated email from the git hooks/post-receive script.
scantor 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=a17202879e41024cd14dce38b58d14ceeefe9ffc
commit a17202879e41024cd14dce38b58d14ceeefe9ffc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Mar 8 13:10:58 2023 -0500
Update zlib resource file and version check.
---
dependencies/dependency.make | 2 +-
dependencies/zlib1.rc | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dependencies/dependency.make b/dependencies/dependency.make
index c73e960..ce7033b 100644
--- a/dependencies/dependency.make
+++ b/dependencies/dependency.make
@@ -55,7 +55,7 @@ test-env:
#
# Zlib
#
-!if "$(ZLIB_FILE_VERSION)" != "1_2_11"
+!if "$(ZLIB_FILE_VERSION)" != "1_2_13"
!error review zlib1.rc for changes with respect to https://issues.shibboleth.net/jira/browse/SSPCPP-785
!endif
diff --git a/dependencies/zlib1.rc b/dependencies/zlib1.rc
index af1bb38..234e641 100644
--- a/dependencies/zlib1.rc
+++ b/dependencies/zlib1.rc
@@ -6,8 +6,8 @@ VS_VERSION_INFO VERSIONINFO
#else
VS_VERSION_INFO VERSIONINFO MOVEABLE IMPURE LOADONCALL DISCARDABLE
#endif
- FILEVERSION ZLIB_VER_MAJOR,ZLIB_VER_MINOR,ZLIB_VER_REVISION,15
- PRODUCTVERSION ZLIB_VER_MAJOR,ZLIB_VER_MINOR,ZLIB_VER_REVISION,15
+ FILEVERSION ZLIB_VER_MAJOR,ZLIB_VER_MINOR,ZLIB_VER_REVISION,0
+ PRODUCTVERSION ZLIB_VER_MAJOR,ZLIB_VER_MINOR,ZLIB_VER_REVISION,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
#ifdef _DEBUG
FILEFLAGS 1
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list