diff options
author | Ladislav Zezula <zezula@volny.cz> | 2023-12-30 09:02:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-30 09:02:20 +0100 |
commit | 8978bdc8214f4ec3543ac11962fc094c3b0803b2 (patch) | |
tree | 0b819048623265303dc22374831cc1f84be6f328 /src/SBaseCommon.cpp | |
parent | 61b6665433e8de0e4be68e69ddfb0128421d4057 (diff) | |
parent | 909ff807e78b0b92afffaf0d5ed7149982d8ac33 (diff) |
Merge pull request #316 from ladislav-zezula/LZ_HashEntryIndex_Fix
Multiple changes
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
|