diff --git a/lmms.1 b/lmms.1 index 2a6f60e6f..c88a90094 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 23445a4c8..b5a9b158c 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"