Include a dissuader for odd numbered minor releases
[pspp] / src / ui / terminal / terminal-reader.c
index 87fca837f9b331328793e9a7eb6d4f8269cf8a1f..141474a95bb9f77d18b5178403127cd8c2e5cbe9 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 (version);
+  puts (announced_version);
   journal_init ();
 }