projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf47523
)
Use correct values for items in version.rc
author
Daniel Molkentin
<danimo@owncloud.com>
Wed, 17 Feb 2016 13:16:05 +0000
(14:16 +0100)
committer
Daniel Molkentin
<danimo@owncloud.com>
Wed, 17 Feb 2016 13:16:29 +0000
(14:16 +0100)
src/gui/version.rc.in
patch
|
blob
|
history
diff --git
a/src/gui/version.rc.in
b/src/gui/version.rc.in
index 25de15c479a7ac02c4e5a1ab5532b878a0270f5b..e4e40715bf3b4c579e1bc0f4e424d912f17a49a7 100644
(file)
--- 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