diff --git a/CHANGELOG.txt b/CHANGELOG.txt index df35e4a2f..161e579fe 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -3,6 +3,7 @@ D2X-Rebirth Changelog 20110719 -------- main/net_udp.c: Properly call multi_leave_game() when host leaves multi game to let clients exit smoothly +English.lproj/InfoPlist.strings, d2x-Info.plist, d2xgl-Info.plist, main/inferno.c: Keep copyright information up to date 20110716 -------- diff --git a/English.lproj/InfoPlist.strings b/English.lproj/InfoPlist.strings index 9f0e35eab..436b02407 100755 Binary files a/English.lproj/InfoPlist.strings and b/English.lproj/InfoPlist.strings differ diff --git a/d2x-Info.plist b/d2x-Info.plist index 75e11eec6..6b06f164d 100644 --- a/d2x-Info.plist +++ b/d2x-Info.plist @@ -15,7 +15,7 @@ CFBundleSignature DCT2 CFBundleVersion - 0.56.0 + 0.57.1 CSResourcesFileMapped LSPrefersCarbon diff --git a/d2xgl-Info.plist b/d2xgl-Info.plist index 0cca6f0e9..2462699ac 100644 --- a/d2xgl-Info.plist +++ b/d2xgl-Info.plist @@ -15,7 +15,7 @@ CFBundleSignature DCT2 CFBundleVersion - 0.56.0 + 0.57.1 CSResourcesFileMapped LSPrefersCarbon diff --git a/main/inferno.c b/main/inferno.c index 0afd78de4..e3baf1125 100644 --- a/main/inferno.c +++ b/main/inferno.c @@ -377,7 +377,7 @@ int main(int argc, char *argv[]) con_printf(CON_NORMAL, "%s\n%s\n",TXT_COPYRIGHT,TXT_TRADEMARK); con_printf(CON_NORMAL, "This is a MODIFIED version of Descent 2. Copyright (c) 1999 Peter Hawkins\n"); con_printf(CON_NORMAL, " Copyright (c) 2002 Bradley Bell\n"); - con_printf(CON_NORMAL, " Copyright (c) 2005 Christian Beckhaeuser\n\n"); + con_printf(CON_NORMAL, " Copyright (c) 2005-2011 Christian Beckhaeuser\n\n"); if (GameArg.DbgVerbose) con_printf(CON_VERBOSE,"%s%s", TXT_VERBOSE_1, "\n");