Happy new year

This commit is contained in:
AnotherCommander 2018-01-03 12:16:44 +01:00
parent 433d8d7583
commit ffe656979d
10 changed files with 6 additions and 6 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1070,7 +1070,7 @@
"unknown-ship-@" = "Unknown Ship '%@'.";
// Intro1 screen
"game-copyright" = "by Giles Williams, Jens Ayton and contributors © 20032017";
"game-copyright" = "by Giles Williams, Jens Ayton and contributors © 20032018";
"theme-music-credit" = "Oolite Theme Music by NoSleep © 2004";
"load-previous-commander" = "Load Previous Commander (Y/N)?";
"load-previous-commander-yes" = "y"; // Defines the key that corresponds to the yes answer to load-previous-commander.

Binary file not shown.

View File

@ -2,7 +2,7 @@
# DeploymentToTestReleaseUpdater.nsi
# Oolite
# Copyright (C) 2004-2017 Giles C Williams and contributors
# Copyright (C) 2004-2018 Giles C Williams and contributors
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License
@ -66,7 +66,7 @@ RequestExecutionLevel user ;Require normal user rights on NT6+ (When UAC is turn
VIAddVersionKey "ProductName" "Oolite Deployment to Test Release Updater"
VIAddVersionKey "FileDescription" "Oolite Deployment -> Test Release (${OOBITNESS}-bit)"
VIAddVersionKey "LegalCopyright" "© 2003-2017 Giles Williams, Jens Ayton and contributors"
VIAddVersionKey "LegalCopyright" "© 2003-2018 Giles Williams, Jens Ayton and contributors"
VIAddVersionKey "FileVersion" "1.0.0.0"
VIAddVersionKey "ProductVersion" "${OOVERSION}"
VIProductVersion "1.0.0.0"
@ -74,7 +74,7 @@ VIProductVersion "1.0.0.0"
InstallDir "C:\${COMPANYNAME}"
InstallButtonText "Update"
BrandingText "(C) 2003-2017 Giles Williams, Jens Ayton and contributors"
BrandingText "(C) 2003-2018 Giles Williams, Jens Ayton and contributors"
DirText "This application will update an existing ${OOBITNESS}-bit Oolite v${OOVERSION}$\n\
Deployment configuration installation to a Test Release$\n\
type one. Please select the root folder where the existing$\n\

View File

@ -54,7 +54,7 @@ SetCompressor LZMA
SetCompressorDictSize 32
SetDatablockOptimize on
OutFile "${OUTDIR}\OoliteInstall-${VER_MAJ}.${VER_MIN}.${VER_REV}.${VER_GITHASH}${EXTVER}.exe"
BrandingText "(C) 2003-2017 Giles Williams, Jens Ayton and contributors"
BrandingText "(C) 2003-2018 Giles Williams, Jens Ayton and contributors"
Name "Oolite"
Caption "Oolite ${VER}${EXTVER} Setup"
SubCaption 0 " "
@ -76,7 +76,7 @@ RequestExecutionLevel user
VIAddVersionKey "ProductName" "Oolite"
VIAddVersionKey "FileDescription" "A space combat/trading game, inspired by Elite."
VIAddVersionKey "LegalCopyright" "© 2003-2017 Giles Williams, Jens Ayton and contributors"
VIAddVersionKey "LegalCopyright" "© 2003-2018 Giles Williams, Jens Ayton and contributors"
VIAddVersionKey "FileVersion" "${VER}"
VIAddVersionKey "ProductVersion" "${VER}"
!ifdef SNAPSHOT