summaryrefslogtreecommitdiff
path: root/src/mmo/version.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mmo/version.cpp')
-rw-r--r--src/mmo/version.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mmo/version.cpp b/src/mmo/version.cpp
index 2e337c1..7c63614 100644
--- a/src/mmo/version.cpp
+++ b/src/mmo/version.cpp
@@ -73,4 +73,9 @@ bool extract(XString str, Version *vers)
// It would've been useful during the magic migration.
return extract(str, record<'.'>(&vers->major, &vers->minor, &vers->patch));
}
+
+LString VERSION_INFO_HEADER = "This server code consists of Free Software under GPL3&AGPL3"_s;
+LString VERSION_INFO_COMMIT = "This is commit " VERSION_HASH ", also known as " VERSION_FULL ""_s;
+LString VERSION_INFO_NUMBER = "The version is " VERSION_STRING ""_s;
+LString VERSION_INFO_URL = "For source, see " VENDOR_SOURCE ""_s;
} // namespace tmwa