X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=client.c;h=3587a971abe9f4ee4b72c7252533de0fa3af0d6c;hb=9f7a4958d65dd436dff90b37036ba01ce83066d5;hp=90dc432b8829426cd9d4ce081e4f8e20a5fb194e;hpb=484e75562df55dca31ffcb9e5b05a490b4a3d3a1;p=paraslash.git 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 {