Remove string stat_version
[pspp] / src / ui / terminal / terminal-reader.c
index 0b47a3d3ed30cf0dd7a0e5331640c186ef30c8ba..87fca837f9b331328793e9a7eb6d4f8269cf8a1f 100644 (file)
@@ -97,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 (version);
   journal_init ();
 }