diff options
author | Ladislav Zezula <zezula@volny.cz> | 2023-12-30 08:59:09 +0100 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2023-12-30 08:59:09 +0100 |
commit | 909ff807e78b0b92afffaf0d5ed7149982d8ac33 (patch) | |
tree | 0b819048623265303dc22374831cc1f84be6f328 /src/SBaseCommon.cpp | |
parent | 2e3882409954eb1a3a7830df7d117cd16773fda7 (diff) |
Regression tests passed
Diffstat (limited to 'src/SBaseCommon.cpp')
-rw-r--r-- | src/SBaseCommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SBaseCommon.cpp b/src/SBaseCommon.cpp index 4fc473a..7415583 100644 --- a/src/SBaseCommon.cpp +++ b/src/SBaseCommon.cpp @@ -15,7 +15,7 @@ #include "StormLib.h"
#include "StormCommon.h"
-char StormLibCopyright[] = "StormLib v " STORMLIB_VERSION_STRING " Copyright Ladislav Zezula 1998-2014";
+char StormLibCopyright[] = "StormLib v " STORMLIB_VERSION_STRING " Copyright Ladislav Zezula 1998-2023";
//-----------------------------------------------------------------------------
// Local variables
|