diff --git a/sfall/Modules/Credits.cpp b/sfall/Modules/Credits.cpp index 32524402..7dee7aae 100644 --- a/sfall/Modules/Credits.cpp +++ b/sfall/Modules/Credits.cpp @@ -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", diff --git a/sfall/version.h b/sfall/version.h index 9b0ad0b1..0b216b8d 100644 --- a/sfall/version.h +++ b/sfall/version.h @@ -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)