diff options
Diffstat (limited to 'dists')
-rw-r--r-- | dists/scummvm.rc | 1 | ||||
-rw-r--r-- | dists/scummvm.rc.in | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dists/scummvm.rc b/dists/scummvm.rc index aad521fddd..873feaa419 100644 --- a/dists/scummvm.rc +++ b/dists/scummvm.rc @@ -81,6 +81,7 @@ BEGIN BLOCK "040904b0" // US English, Unicode BEGIN VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0" + VALUE "CompanyName", "scummvm.org\0" VALUE "FileDescription", "http://www.scummvm.org/\0" VALUE "FileVersion", "1.9.0git\0" VALUE "InternalName", "scummvm\0" diff --git a/dists/scummvm.rc.in b/dists/scummvm.rc.in index 34a4948381..2e0a5ff745 100644 --- a/dists/scummvm.rc.in +++ b/dists/scummvm.rc.in @@ -81,6 +81,7 @@ BEGIN BLOCK "040904b0" // US English, Unicode BEGIN VALUE "Comments", "Look! A three headed monkey (TM)! .. Nice use of the TM!\0" + VALUE "CompanyName", "scummvm.org\0" VALUE "FileDescription", "http://www.scummvm.org/\0" VALUE "FileVersion", "@VERSION@\0" VALUE "InternalName", "scummvm\0" |