[Pkg-owncloud-commits] [owncloud-client] 44/470: Add file description, copyright to win32 VERSIONINFO struct

Sandro Knauß hefee-guest at moszumanska.debian.org
Thu May 12 16:24:43 UTC 2016


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

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit e3b56fb5592a7d096c2e24382bd837ce56547220
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Tue Feb 16 16:19:02 2016 +0100

    Add file description, copyright to win32 VERSIONINFO struct
---
 VERSION.cmake         |  1 +
 src/gui/version.rc.in | 11 +++++++----
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/VERSION.cmake b/VERSION.cmake
index 27b2f8f..adeed8c 100644
--- a/VERSION.cmake
+++ b/VERSION.cmake
@@ -1,6 +1,7 @@
 set( MIRALL_VERSION_MAJOR 2 )
 set( MIRALL_VERSION_MINOR 2 )
 set( MIRALL_VERSION_PATCH 0 )
+set( MIRALL_VERSION_YEAR  2016 )
 set( MIRALL_SOVERSION 0 )
 
 if ( NOT DEFINED MIRALL_VERSION_SUFFIX )
diff --git a/src/gui/version.rc.in b/src/gui/version.rc.in
index 7e56f45..467272f 100644
--- a/src/gui/version.rc.in
+++ b/src/gui/version.rc.in
@@ -8,6 +8,7 @@
 
 #define VER_PRODUCTNAME_STR         "@APPLICATION_NAME@"
 #define VER_COMPANYNAME_STR         "@APPLICATION_VENDOR@"
+#define VER_COPYRIGHT_STR           "© @MIRALL_VERSION_YEAR@"
 
 VS_VERSION_INFO VERSIONINFO
 FILEVERSION    VER_FILEVERSION
@@ -19,10 +20,12 @@ BEGIN
     BEGIN
         BLOCK "080904b0"
         BEGIN
-            VALUE "CompanyName",    VER_COMPANYNAME_STR
-            VALUE "FileVersion",    VER_FILEVERSION_STR
-            VALUE "ProductVersion", VER_PRODUCTVERSION_STR
-            VALUE "ProductName",    VER_PRODUCTNAME_STR
+            VALUE "CompanyName",     VER_COMPANYNAME_STR
+            VALUE "LegalCopyright",  VER_COPYRIGHT_STR
+            VALUE "FileVersion",     VER_FILEVERSION_STR
+            VALUE "FileDescription", VER_PRODUCTVERSION_STR
+            VALUE "ProductVersion",  VER_PRODUCTVERSION_STR
+            VALUE "ProductName",     VER_PRODUCTNAME_STR
 
         END
     END

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list