[cpp-msbuild] branch main updated: Update SP version.
Scott Cantor
cantor.2 at osu.edu
Tue Mar 16 17:20:01 UTC 2021
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=a3719b0b18e57f6f260810c1b80733595cdc6ed6
The following commit(s) were added to refs/heads/main by this push:
new a3719b0 Update SP version.
a3719b0 is described below
commit a3719b0b18e57f6f260810c1b80733595cdc6ed6
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue Mar 16 13:19:14 2021 -0400
Update SP version.
---
Versions.props | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Versions.props b/Versions.props
index a85cbe5..2268420 100644
--- a/Versions.props
+++ b/Versions.props
@@ -11,16 +11,16 @@
<CxxTestRoot>$(BuildRoot)\cxxtest</CxxTestRoot>
<!-- These control the version of the installer -->
- <ShibbolethVersion>3.2.0</ShibbolethVersion>
+ <ShibbolethVersion>3.2.1</ShibbolethVersion>
<ShibbolethPatchVersion>0</ShibbolethPatchVersion>
<!-- These control the versions in the DLLs and Executables.
Note that the PatchVersion is left to the individual resource file.
If you change this you probably need to change ../cpp-sp/util/resourceCommon.rci
-->
- <SPFileVersion>3,2,0</SPFileVersion> <!-- FILEVERSION in the SP projects -->
- <SPFileVersionSP>3,2,0</SPFileVersionSP> <!-- Special for ShibSp.dll -->
- <SPProductVersion>3,2,0</SPProductVersion> <!-- PRODUCTVERSION in the SP projects (but overidden by resourceCommon.rci on output-->
+ <SPFileVersion>3,2,1</SPFileVersion> <!-- FILEVERSION in the SP projects -->
+ <SPFileVersionSP>3,2,1</SPFileVersionSP> <!-- Special for ShibSp.dll -->
+ <SPProductVersion>3,2,1</SPProductVersion> <!-- PRODUCTVERSION in the SP projects (but overidden by resourceCommon.rci on output-->
<!-- XML Tooling only has one RC file. Edit that by hand -->
<!-- OpemSAML has two RC files (saml.rc and samlsign.rc). Edit them by hand -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list