0
0
mirror of https://github.com/gophernicus/gophernicus.git synced 2025-06-30 22:18:49 -04:00

remove prefix, bump ver

This commit is contained in:
wesker-albert 2024-04-25 15:53:39 -07:00
parent e78e368052
commit e312d2819e

View File

@ -251,8 +251,8 @@ size_t strlcat(char *dst, const char *src, size_t siz);
#define SERVER_SOFTWARE_FULL SERVER_SOFTWARE "/" VERSION " (%s)"
#define PROGNAME "gophernicus"
#define HEADER_FORMAT "UMBRELLA%s"
#define FOOTER_FORMAT "UELS V1.0 • UMBRELLA CORP • OUR BUSINESS IS LIFE ITSELF..."
#define HEADER_FORMAT "%s"
#define FOOTER_FORMAT "UELS V1.1 • UMBRELLA CORP • OUR BUSINESS IS LIFE ITSELF..."
#define FOOTER_MAX_WIDTH 67
#define LINE_FORMAT "•-----------------------------------------------------------------•"