X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=client.c;h=3587a971abe9f4ee4b72c7252533de0fa3af0d6c;hp=90dc432b8829426cd9d4ce081e4f8e20a5fb194e;hb=9bdebf3bb9375de9b4d0abc43fa9b9d2b05e9468;hpb=1775d4d4147730e79e48aa941aee88580b8beb08 diff --git a/client.c b/client.c index 90dc432b..3587a971 100644 --- a/client.c +++ b/client.c @@ -477,7 +477,7 @@ __noreturn static void interactive_session(void) .completers = completers, }; - PARA_NOTICE_LOG("\n%s\n", VERSION_TEXT("client")); + PARA_NOTICE_LOG("\n%s\n", version_text("client")); if (ct->conf.history_file_given) history_file = para_strdup(ct->conf.history_file_arg); else {