[cpp-sp] branch master updated: Fix ISAPI file version.
Scott Cantor
cantor.2 at osu.edu
Thu Mar 7 19:24:29 EST 2019
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository cpp-sp.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=3d71d0f3c2bf2d1c00388f8031b1b90154b407cc
The following commit(s) were added to refs/heads/master by this push:
new 3d71d0f Fix ISAPI file version.
3d71d0f is described below
commit 3d71d0f3c2bf2d1c00388f8031b1b90154b407cc
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Thu Mar 7 19:24:15 2019 -0500
Fix ISAPI file version.
---
isapi_shib/isapi_shib.rc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/isapi_shib/isapi_shib.rc b/isapi_shib/isapi_shib.rc
index cbad15b..ac2160e 100644
--- a/isapi_shib/isapi_shib.rc
+++ b/isapi_shib/isapi_shib.rc
@@ -25,8 +25,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION RC_FILE_VERSION ,1
- PRODUCTVERSION RC_PRODUCT_VERSION,1
+ FILEVERSION RC_FILE_VERSION,0
+ PRODUCTVERSION RC_PRODUCT_VERSION,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list