[cpp-opensaml] branch main updated: Fix samlsign version.
Scott Cantor
cantor.2 at osu.edu
Fri Nov 19 14:09:38 UTC 2021
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch main
in repository cpp-opensaml.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-opensaml.git;a=commit;h=1c125564cabea1c22615c0dc21a6d630eb5f40c6
The following commit(s) were added to refs/heads/main by this push:
new 1c12556 Fix samlsign version.
1c12556 is described below
commit 1c125564cabea1c22615c0dc21a6d630eb5f40c6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Fri Nov 19 09:09:34 2021 -0500
Fix samlsign version.
---
samlsign/samlsign.rc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/samlsign/samlsign.rc b/samlsign/samlsign.rc
index 7e410ce..e85505a 100644
--- a/samlsign/samlsign.rc
+++ b/samlsign/samlsign.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 3,2,0,1
- PRODUCTVERSION 3,2,0,1
+ FILEVERSION 3,2,1,0
+ PRODUCTVERSION 3,2,1,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