[cpp-msbuild] branch master updated: SSPCPP-737 Global Property for SP DLL Versions

Rod Widdowson rdw at steadingsoftware.com
Sun Jul 16 07:52:41 EDT 2017


This is an automated email from the git hooks/post-receive script.

rdw pushed a commit to branch master
in repository cpp-msbuild.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-msbuild.git;a=commit;h=36e3fd33a3cb90dae8ad27737978bac51ba24702

The following commit(s) were added to refs/heads/master by this push:
       new  36e3fd3   SSPCPP-737 Global Property for SP DLL Versions
36e3fd3 is described below

commit 36e3fd33a3cb90dae8ad27737978bac51ba24702
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Sun Jul 16 10:06:11 2017 +0100

    SSPCPP-737 Global Property for SP DLL Versions
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-737
---
 Versions.props | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/Versions.props b/Versions.props
index b0bf03b..c3251e7 100644
--- a/Versions.props
+++ b/Versions.props
@@ -5,9 +5,21 @@
 
     <CxxTestRoot>$(BuildRoot)\cxxtest</CxxTestRoot>
 
+    <!-- These control the version of the installer -->
     <ShibbolethVersion>2.6.0</ShibbolethVersion>
     <ShibbolethPatchVersion>1</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>2,6,0</SPFileVersion>       <!-- FILEVERSION in the SP projects -->
+    <SPFileVersionSP>1,6,0</SPFileVersionSP>   <!-- Special for ShibSp.dll -->
+    <SPProductVersion>2,6,0</SPProductVersion> <!-- PRODUCTVERSION  in the SP projects -->
+
+    <!-- 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 -->
+
     <!--
     Provide a specific GUID if desired, or leave as '*' to generate a new
     one each time.

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list