diff options
author | jak1 <jak1@themanaworld.org> | 2023-01-08 21:35:54 +0100 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-02-08 21:49:12 -0300 |
commit | d89c9bda61dbe14e604fe5175de8ec977704d88c (patch) | |
tree | 934125c91457694469e44a9e911a6e1edbf010d7 /src/main.h | |
parent | d5d3f5818366b78f22793bf3fd89cd603c4dd63e (diff) | |
download | manaverse-rename_and_cleanup.tar.gz manaverse-rename_and_cleanup.tar.bz2 manaverse-rename_and_cleanup.tar.xz manaverse-rename_and_cleanup.zip |
some more renamingrename_and_cleanup
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.h b/src/main.h index 9b8d108a7..b08f1fcd7 100644 --- a/src/main.h +++ b/src/main.h @@ -158,10 +158,10 @@ #define SIMD_NAME "" #endif // SIMD_SUPPORTED -#define PACKAGE_EXTENDED_VERSION "ManaPlus (" PACKAGE_OS \ -"; %s; " SDL_NAME ", " XML_NAME SIMD_NAME ", %s; 4144 v" SMALL_VERSION ")" +#define PACKAGE_EXTENDED_VERSION "ManaVerse (" PACKAGE_OS \ +"; %s; " SDL_NAME ", " XML_NAME SIMD_NAME ", %s; jak1 v" SMALL_VERSION ")" -#define FULL_VERSION "ManaPlus " SMALL_VERSION " " PACKAGE_OS ", " \ +#define FULL_VERSION "ManaVerse " SMALL_VERSION " " PACKAGE_OS ", " \ SDL_NAME ", " XML_NAME SIMD_NAME #ifdef ANDROID |