diff --git a/debian/changelog b/debian/changelog index 3fb3bfcf..dc5c3313 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,13 +1,14 @@ war1gus (2.4.2-1) xenial; urgency=medium + * Copy midi soundfont to extraction dir to make midi music work * Ship libretro shaders * Use new mechanism for data extraction on first launch - -- Tim Felgentreff Sun, 11 Jun 2017 20:29:45 +0200 + -- Tim Felgentreff Sat, 29 Sep 2018 19:22:00 +0000 + +war1gus (2.4.1-1) trusty; urgency=medium -war1gus (2.4.1-1) trusty; urgency=medium - [ timfel ] - * Initial release, supports DOS retail Warcraft 1 floppy and CD - + * Initial release, supports DOS retail Warcraft 1 floppy and CD + -- timfel Tue, 08 Nov 2016 15:27:04 +0100 diff --git a/debian/copyright b/debian/copyright index 5568a91b..06c348df 100644 --- a/debian/copyright +++ b/debian/copyright @@ -16,7 +16,7 @@ Upstream Author(s): Copyright: - (C) 1998-2017 by The Stratagus Project + (c) 1998-2018 by The Stratagus Project License: diff --git a/release.rb b/release.rb index f4acd87c..97d80f58 100644 --- a/release.rb +++ b/release.rb @@ -6,7 +6,7 @@ version: "2.4.2", homepage: "https://github.com/wargus/war1gus", license: "GPL v2", - copyright: "(C) 1998-2017 by The Stratagus Project", + copyright: "(c) 1998-2018 by The Stratagus Project", authors: "Lutz Sammer, Nehal Mistry, Jimmy Salmon, Pali Rohar, and Tim Felgentreff." } diff --git a/scripts/stratagus.lua b/scripts/stratagus.lua index 2dbdfc46..dd85cf17 100644 --- a/scripts/stratagus.lua +++ b/scripts/stratagus.lua @@ -37,7 +37,7 @@ war1gus.Name = "War1gus" war1gus.Version = "2.4.2" war1gus.Homepage = "https://github.com/Wargus/war1gus" war1gus.Licence = "GPL v2" -war1gus.Copyright = "(C) 1998-2017 by The Stratagus Project" +war1gus.Copyright = "(c) 1998-2018 by The Stratagus Project" function file_exists(path, name) for i,f in ipairs(ListFilesInDirectory(path)) do diff --git a/war1gus.nsi b/war1gus.nsi index 7aa7fe29..00060d61 100644 --- a/war1gus.nsi +++ b/war1gus.nsi @@ -49,7 +49,7 @@ !define VIVERSION "${VERSION}.0.0" !define HOMEPAGE "https://github.com/wargus/war1gus" !define LICENSE "GPL v2" -!define COPYRIGHT "(C) 1998-2017 by The Stratagus Project" +!define COPYRIGHT "(c) 1998-2018 by The Stratagus Project" !define STRATAGUS_NAME "Stratagus" !define STRATAGUS_HOMEPAGE "https://github.com/wargus/stratagus" diff --git a/war1gus.rc b/war1gus.rc index 016e7d87..356f500d 100644 --- a/war1gus.rc +++ b/war1gus.rc @@ -9,7 +9,7 @@ #define VIVERSION 2,4,2 #define HOMEPAGE "https://github.com/wargus/war1gus" #define LICENSE "GPL v2" -#define COPYRIGHT "(C) 1998-2017 by The Stratagus Project" +#define COPYRIGHT "(c) 1998-2018 by The Stratagus Project" 1 ICON "war1gus.ico" 1 VERSIONINFO