From fdc91f5d80667e87571d7c9834c1ef1b759c84ef Mon Sep 17 00:00:00 2001 From: Daniel Borkmann Date: Sun, 26 May 2013 16:14:53 +0200 Subject: mausezahn: show long version on cli Signed-off-by: Daniel Borkmann --- staging/cli.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'staging') 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); -- cgit v1.2.3-54-g00ecf