Include a dissuader for odd numbered minor releases
[pspp] / src / libpspp / version.h
index a89480e549cd55d1b97214085e7df61e8b25bfb9..b1826910d871390cae85ca894db2ac1b4210a040 100644 (file)
@@ -23,6 +23,9 @@ extern const char bare_version[];
 /* "GNU PSPP A.B.C" */
 extern const char version[];
 
+/* Human readable version string */
+extern const char announced_version[];
+
 /* Canonical name of host system type. */
 extern const char host_system[];