X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2Fterminal-reader.c;h=141474a95bb9f77d18b5178403127cd8c2e5cbe9;hb=d849605f7d1abf4a881faec40572f536859d6c19;hp=f0017cbb546a7ae63ef2ffebcd8c2d87793d8019;hpb=4cacd2b179b768c6bde4dfc12709b9c5df2146d5;p=pspp diff --git a/src/ui/terminal/terminal-reader.c b/src/ui/terminal/terminal-reader.c index f0017cbb54..141474a95b 100644 --- a/src/ui/terminal/terminal-reader.c +++ b/src/ui/terminal/terminal-reader.c @@ -52,7 +52,6 @@ static int rl_end; #include #include -#include "data/file-name.h" #include "data/settings.h" #include "language/command.h" #include "language/lexer/lexer.h" @@ -98,7 +97,7 @@ welcome (void) "it\nunder certain conditions; type \"show copying.\" to see the " "conditions.\nThere is ABSOLUTELY NO WARRANTY for PSPP; type \"show " "warranty.\" for details.\n", stdout); - puts (stat_version); + puts (announced_version); journal_init (); }