]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - client.c
Remove CODENAME macro.
[paraslash.git] / client.c
index 90dc432b8829426cd9d4ce081e4f8e20a5fb194e..3587a971abe9f4ee4b72c7252533de0fa3af0d6c 100644 (file)
--- 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 {