summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--staging/cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/staging/cli.c b/staging/cli.c
index 409b2ec..0e22640 100644
--- a/staging/cli.c
+++ b/staging/cli.c
@@ -214,7 +214,7 @@ int cli()
cli_set_hostname(cli, "mz");
// Set the greeting
- cli_set_banner(cli, "mausezahn " VERSION_STRING);
+ cli_set_banner(cli, "mausezahn " VERSION_LONG);
// Enable usernames and passwords
cli_allow_user(cli, mz_username, mz_password);