[opensaml2] 08/08: CPPOST-94 Update resources to pseudo version 2.7
Ferenc Wágner
wferi at moszumanska.debian.org
Sat Sep 9 20:48:18 UTC 2017
This is an automated email from the git hooks/post-receive script.
wferi pushed a commit to branch master
in repository opensaml2.
commit f7ecc9ed51296aa2463207c465d4d81c6da3e412
Author: Rod Widdowson <rdw at steadingsoftware.com>
Date: Thu Aug 31 11:26:32 2017 +0100
CPPOST-94 Update resources to pseudo version 2.7
https://issues.shibboleth.net/jira/projects/CPPOST/issues/CPPOST-94
---
Projects/vc15/saml/saml.vcxproj | 8 ++++----
saml/saml.rc | 20 ++++++++++----------
samlsign/samlsign.rc | 12 ++++++------
3 files changed, 20 insertions(+), 20 deletions(-)
diff --git a/Projects/vc15/saml/saml.vcxproj b/Projects/vc15/saml/saml.vcxproj
index 931ab85..dbe19a7 100644
--- a/Projects/vc15/saml/saml.vcxproj
+++ b/Projects/vc15/saml/saml.vcxproj
@@ -92,10 +92,10 @@
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
- <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)2_6D</TargetName>
- <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)2_6D</TargetName>
- <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)2_6</TargetName>
- <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)2_6</TargetName>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(ProjectName)2_7D</TargetName>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(ProjectName)2_7D</TargetName>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(ProjectName)2_7</TargetName>
+ <TargetName Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(ProjectName)2_7</TargetName>
</PropertyGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
<ClCompile>
diff --git a/saml/saml.rc b/saml/saml.rc
index 67ab5e4..01f51ac 100644
--- a/saml/saml.rc
+++ b/saml/saml.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,6,0,0
- PRODUCTVERSION 2,6,0,0
+ FILEVERSION 2,7,0,0
+ PRODUCTVERSION 2,7,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -47,22 +47,22 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "OpenSAML Library\0"
- VALUE "FileVersion", "2, 6, 0, 0\0"
+ VALUE "FileVersion", "2, 7, 0, 0\0"
#ifdef _DEBUG
- VALUE "InternalName", "saml2_6D\0"
+ VALUE "InternalName", "saml2_7D\0"
#else
- VALUE "InternalName", "saml2_6\0"
+ VALUE "InternalName", "saml2_7\0"
#endif
- VALUE "LegalCopyright", "Copyright � 2016 UCAID\0"
+ VALUE "LegalCopyright", "Copyright � 2017 UCAID\0"
VALUE "LegalTrademarks", "\0"
#ifdef _DEBUG
- VALUE "OriginalFilename", "saml2_6D.dll\0"
+ VALUE "OriginalFilename", "saml2_7D.dll\0"
#else
- VALUE "OriginalFilename", "saml2_6.dll\0"
+ VALUE "OriginalFilename", "saml2_7.dll\0"
#endif
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "OpenSAML 2.6.0\0"
- VALUE "ProductVersion", "2, 6, 0, 0\0"
+ VALUE "ProductName", "OpenSAML 2.7.0\0"
+ VALUE "ProductVersion", "2, 7, 0, 0\0"
VALUE "SpecialBuild", "\0"
END
END
diff --git a/samlsign/samlsign.rc b/samlsign/samlsign.rc
index f2644e5..de57fc6 100644
--- a/samlsign/samlsign.rc
+++ b/samlsign/samlsign.rc
@@ -28,8 +28,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//
VS_VERSION_INFO VERSIONINFO
- FILEVERSION 2,6,0,0
- PRODUCTVERSION 2,6,0,0
+ FILEVERSION 2,7,0,0
+ PRODUCTVERSION 2,7,0,0
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@@ -47,14 +47,14 @@ BEGIN
VALUE "Comments", "\0"
VALUE "CompanyName", "Shibboleth Consortium\0"
VALUE "FileDescription", "OpenSAML Signature Utility\0"
- VALUE "FileVersion", "2, 6, 0, 0\0"
+ VALUE "FileVersion", "2, 7, 0, 0\0"
VALUE "InternalName", "samlsign\0"
- VALUE "LegalCopyright", "Copyright � 2016 UCAID\0"
+ VALUE "LegalCopyright", "Copyright � 2017 UCAID\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "samlsign.exe\0"
VALUE "PrivateBuild", "\0"
- VALUE "ProductName", "OpenSAML 2.6.0\0"
- VALUE "ProductVersion", "2, 6, 0, 0\0"
+ VALUE "ProductName", "OpenSAML 2.7.0\0"
+ VALUE "ProductVersion", "2, 7, 0, 0\0"
VALUE "SpecialBuild", "\0"
END
END
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/opensaml2.git
More information about the Pkg-shibboleth-devel
mailing list