summaryrefslogtreecommitdiff
path: root/src/commandline.cpp
diff options
context:
space:
mode:
authorFedja Beader <fedja@protonmail.ch>2024-03-29 02:16:00 +0100
committerFedja Beader <fedja@protonmail.ch>2024-03-29 02:16:00 +0100
commitf55e112f9909c53de0a4789305999f0e3cf477b9 (patch)
tree86976bb2c183904d0d0fefd213398294e11a5e11 /src/commandline.cpp
parent4b049200df42e6078d8ff2ae589f09c49ab9647d (diff)
downloadmanaverse-f55e112f9909c53de0a4789305999f0e3cf477b9.tar.gz
manaverse-f55e112f9909c53de0a4789305999f0e3cf477b9.tar.bz2
manaverse-f55e112f9909c53de0a4789305999f0e3cf477b9.tar.xz
manaverse-f55e112f9909c53de0a4789305999f0e3cf477b9.zip
Revert "Client rebranding: Partly import changes from !28"
This reverts commit 775392e472933be8d1d76619894efc0671f0c02d. [skip ci]
Diffstat (limited to 'src/commandline.cpp')
-rw-r--r--src/commandline.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/commandline.cpp b/src/commandline.cpp
index 982078635..507cc91f6 100644
--- a/src/commandline.cpp
+++ b/src/commandline.cpp
@@ -2,8 +2,7 @@
* The ManaPlus Client
* Copyright (C) 2004-2009 The Mana World Development Team
* Copyright (C) 2009-2010 The Mana Developers
- * Copyright (C) 2011-2020 The ManaPlus Developers
- * Copyright (C) 2020-2023 The ManaVerse Developers
+ * Copyright (C) 2011-2019 The ManaPlus Developers
*
* This file is part of The ManaPlus Client.
*
@@ -134,7 +133,7 @@ static void printHelp()
static void printVersion()
{
std::cout <<
- strprintf("ManaVerse client %s", FULL_VERSION) <<
+ strprintf("ManaPlus client %s", FULL_VERSION) <<
std::endl;
}