cake
/
p7utils
Archived
1
0
Fork 0

Modified version messages to say they come from p7utils

This commit is contained in:
Thomas Touhey 2016-12-27 15:13:17 +01:00
parent 5716c56295
commit 068d36de58
3 changed files with 6 additions and 3 deletions

View File

@ -19,7 +19,8 @@
/* ************************************************************************** */
/* Version message */
static const char version_message[] =
"P7 v" QUOTE(VERSION) " (licensed under " QUOTE(LICENSE) ")\n"
"p7 - from p7utils v" QUOTE(VERSION)
" (licensed under " QUOTE(LICENSE) ")\n"
"Made by " QUOTE(AUTHOR) ".\n"
"\n"
"This is free software; see the source for copying conditions.\n"

View File

@ -18,7 +18,8 @@
/* ************************************************************************** */
/* The version message - that's when the President comes in */
const char version_message[] =
"P7OS v" QUOTE(VERSION) " (licensed under " QUOTE(LICENSE) ")\n"
"p7os - from p7utils v" QUOTE(VERSION)
" (licensed under " QUOTE(LICENSE) ")\n"
"Made by " QUOTE(AUTHOR) ".\n"
"\n"
"This is free software; see the source for copying conditions.\n"

View File

@ -16,7 +16,8 @@
/* ************************************************************************** */
/* Version message */
static const char version_message[] =
"P7SCREEN v" QUOTE(VERSION) " (licensed under " QUOTE(LICENSE) ")\n"
"p7screen - from p7utils v" QUOTE(VERSION)
" (licensed under " QUOTE(LICENSE) ")\n"
"Made by " QUOTE(AUTHOR) ".\n"
"\n"
"This is free software; see the source for copying conditions.\n"