[cpp-log4shib] branch master updated: SSPCPP-785 modify subverions for VC15 build

Rod Widdowson rdw at steadingsoftware.com
Wed Mar 14 11:51:16 EDT 2018


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

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

View the commit online:
http://git.shibboleth.net/view/?p=cpp-log4shib.git;a=commit;h=5eaa9981b4638127f6b32af7239e2f572b25ae4d

The following commit(s) were added to refs/heads/master by this push:
       new  5eaa998   SSPCPP-785 modify subverions for VC15 build
5eaa998 is described below

commit 5eaa9981b4638127f6b32af7239e2f572b25ae4d
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Wed Mar 14 15:49:07 2018 +0000

    SSPCPP-785 modify subverions for VC15 build
    
    https://issues.shibboleth.net/jira/browse/SSPCPP-785
    
    This allows the same artefact to be built with different tools and be updated
    properly by the installer.
---
 msvc15/log4shibDLL/log4shibDLL.rc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/msvc15/log4shibDLL/log4shibDLL.rc b/msvc15/log4shibDLL/log4shibDLL.rc
index 69be3c0..f7b530b 100644
--- a/msvc15/log4shibDLL/log4shibDLL.rc
+++ b/msvc15/log4shibDLL/log4shibDLL.rc
@@ -10,8 +10,8 @@
 //
 
 VS_VERSION_INFO VERSIONINFO
- FILEVERSION 1,0,10,0
- PRODUCTVERSION 1,0,10,0
+ FILEVERSION 1,0,10,1
+ PRODUCTVERSION 1,0,10,1
  FILEFLAGSMASK 0x3fL
 #ifdef _DEBUG
  FILEFLAGS 0x1L
@@ -32,7 +32,7 @@ BEGIN
             VALUE "FileDescription", "Log library for C++ DLL\0"
             VALUE "FileVersion", "1.0.10\0"
             VALUE "InternalName", "log4shib\0"
-            VALUE "LegalCopyright", "Copyright � 2000-2016 the Log4cpp Project, others\0"
+            VALUE "LegalCopyright", "Copyright © 2000-2016 the Log4cpp Project, others\0"
             VALUE "LegalTrademarks", "\0"
 #ifdef _DEBUG
             VALUE "OriginalFilename", "log4shib1_0D.dll\0"

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


More information about the commits mailing list