From dcde377fd4448fcebe520626e9f49b1ce1fa40ac Mon Sep 17 00:00:00 2001 From: Umcaruje Date: Sun, 21 Jun 2015 23:33:08 +0200 Subject: [PATCH] Update the man page and the windows installer info --- lmms.1 | 4 ++-- lmms.rc.in | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lmms.1 b/lmms.1 index 2a6f60e6fca..c88a90094e6 100644 --- a/lmms.1 +++ b/lmms.1 @@ -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 , Paul Giblock and others. See AUTHORS for details. diff --git a/lmms.rc.in b/lmms.rc.in index 23445a4c8e9..b5a9b158ca2 100644 --- a/lmms.rc.in +++ b/lmms.rc.in @@ -2,7 +2,7 @@ lmmsicon ICON data/lmms.ico #include 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"