Updated version number and the year.

This commit is contained in:
NovaRain
2018-01-02 10:16:32 +08:00
parent ca3f59ad1e
commit a705341e02
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ static const char* ExtraLines[] = {
"#SFALL " VERSION_STRING,
"",
"sfall is free software, licensed under the GPL",
"Copyright 2008-2017 The sfall team",
"Copyright 2008-2018 The sfall team",
"",
"@Author",
"Timeslip",
+5 -5
View File
@@ -1,6 +1,6 @@
/*
* sfall
* Copyright (C) 2008-2016 The sfall team
* Copyright (C) 2008-2018 The sfall team
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -20,17 +20,17 @@
#define TARGETVERSION "Fallout 2 v1.02 US"
#define LEGAL_COPYRIGHT "Copyright (C) 2006-2017, sfall team"
#define LEGAL_COPYRIGHT "Copyright (C) 2006-2018, sfall team"
#define VERSION_MAJOR 4
#define VERSION_MINOR 0
#define VERSION_BUILD 2
#define VERSION_BUILD 3
#define VERSION_REV 0
#ifdef WIN2K
#define VERSION_STRING "4.0.2 win2k"
#define VERSION_STRING "4.0.3 win2k"
#else
#define VERSION_STRING "4.0.2"
#define VERSION_STRING "4.0.3"
#endif
#define CHECK_VAL (4)