[Pkg-owncloud-commits] [owncloud-client] 47/470: Use correct values for items in version.rc

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 841973d3994ed42645871cb57ee5226ad1b54847
Author: Daniel Molkentin <danimo at owncloud.com>
Date:   Wed Feb 17 14:16:05 2016 +0100

    Use correct values for items in version.rc
---
 src/gui/version.rc.in | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/gui/version.rc.in b/src/gui/version.rc.in
index 25de15c..e4e4071 100644
--- a/src/gui/version.rc.in
+++ b/src/gui/version.rc.in
@@ -23,10 +23,10 @@ BEGIN
             VALUE "CompanyName",     VER_COMPANYNAME_STR
             VALUE "LegalCopyright",  VER_COPYRIGHT_STR
             VALUE "FileVersion",     VER_FILEVERSION_STR
-            VALUE "Comment",         VER_PRODUCTVERSION_STR
-            VALUE "FileDescription", VER_PRODUCTVERSION_STR
-            VALUE "ProductVersion",  VER_PRODUCTVERSION_STR
+            VALUE "Comment",         VER_PRODUCTNAME_STR
+            VALUE "FileDescription", VER_PRODUCTNAME_STR
             VALUE "ProductName",     VER_PRODUCTNAME_STR
+            VALUE "ProductVersion",  VER_PRODUCTVERSION_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