[Pkg-owncloud-commits] [owncloud-client] 45/470: Add comment, transliterate copyright symbol
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 2918e45343cf9cead56f209961f638fd949f4a7a
Author: Daniel Molkentin <danimo at owncloud.com>
Date: Tue Feb 16 17:56:51 2016 +0100
Add comment, transliterate copyright symbol
---
src/gui/version.rc.in | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/gui/version.rc.in b/src/gui/version.rc.in
index 467272f..25de15c 100644
--- a/src/gui/version.rc.in
+++ b/src/gui/version.rc.in
@@ -8,7 +8,7 @@
#define VER_PRODUCTNAME_STR "@APPLICATION_NAME@"
#define VER_COMPANYNAME_STR "@APPLICATION_VENDOR@"
-#define VER_COPYRIGHT_STR "© @MIRALL_VERSION_YEAR@"
+#define VER_COPYRIGHT_STR "(c) @MIRALL_VERSION_YEAR@"
VS_VERSION_INFO VERSIONINFO
FILEVERSION VER_FILEVERSION
@@ -23,6 +23,7 @@ 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 "ProductName", VER_PRODUCTNAME_STR
--
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