Merge pull request #2124 from Umcaruje/master-infiles

Update the man page and the windows installer info
This commit is contained in:
Umcaruje
2015-06-29 15:53:00 +02:00
2 changed files with 5 additions and 5 deletions

4
lmms.1
View File

@@ -63,7 +63,7 @@ Show version information and exit.
.IP "\fB\-h, --help
Show usage information and exit.
.SH SEE ALSO
.BR http://lmms.sf.net/
.BR http://lmms.sf.net/wiki/
.BR https://lmms.io/
.BR https://lmms.io/documentation/
.SH AUTHORS
.BR Tobias Doerffel <tobydox/at/users.sourceforge.net>, Paul Giblock and others. See AUTHORS for details.

View File

@@ -2,7 +2,7 @@ lmmsicon ICON data/lmms.ico
#include <windows.h>
VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,0,93,0
FILEVERSION @VERSION_MAJOR@,@VERSION_MINOR@,@VERSION_PATCH@,0
FILEFLAGSMASK VS_FFI_FILEFLAGSMASK
FILEOS VOS_NT_WINDOWS32
FILETYPE VFT_APP
@@ -13,11 +13,11 @@ BEGIN
BLOCK "040904E4"
//language ID = U.S. English, charset = Windows, Multilingual
BEGIN
VALUE "Comments", "http://lmms.sf.net\0"
VALUE "Comments", "https://lmms.io\0"
VALUE "CompanyName", "LMMS Developers\0"
VALUE "FileDescription", "LMMS\0"
VALUE "FileVersion", "@VERSION@\0"
VALUE "LegalCopyright", "Copyright (c) 2004-2014 LMMS Developers\0"
VALUE "LegalCopyright", "Copyright (c) 2004-2015 LMMS Developers\0"
VALUE "OriginalFilename", "lmms.exe\0"
VALUE "ProductName", "LMMS\0"
VALUE "ProductVersion", "@VERSION@\0"