Updated year visible on screen to 2014 on title screen and Windows installer.

master
AnotherCommander 2014-01-20 17:21:16 +01:00
parent c272d8952d
commit 3b95ebbd34
2 changed files with 3 additions and 3 deletions

View File

@ -1032,7 +1032,7 @@
"unknown-ship-@" = "Unknown Ship '%@'.";
// Intro1 screen
"game-copyright" = "by Giles Williams, Jens Ayton and contributors © 20032013";
"game-copyright" = "by Giles Williams, Jens Ayton and contributors © 20032014";
"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.

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-2013 Giles Williams, Jens Ayton and contributors"
BrandingText "(C) 2003-2014 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-2013 Giles Williams, Jens Ayton and contributors"
VIAddVersionKey "LegalCopyright" "© 2003-2014 Giles Williams, Jens Ayton and contributors"
VIAddVersionKey "FileVersion" "${VER}"
VIAddVersionKey "ProductVersion" "${VER}"
!ifdef SNAPSHOT