removed duplicate const declaration
[pspp] / src / libpspp / version.h
index e2125154a8ca20ccd57005012957bf7d4ae68fec..7cd8f49693456404930f934869e28837aea7b994 100644 (file)
@@ -23,9 +23,8 @@ extern const char bare_version[];
 /* "GNU PSPP A.B.C" */
 extern const char version[];
 
-/* "GNU PSPP version A.B (date), Copyright (C) XXXX Free Software
-   Foundation, Inc." */
-extern const char stat_version[];
+/* Human readable version string */
+extern const char announced_version[];
 
 /* Canonical name of host system type. */
 extern const char host_system[];
@@ -36,7 +35,11 @@ extern const char build_system[];
 /* Locale directory. */
 extern const char locale_dir[];
 
+/* The Examples directory */
+extern const char examples_dir[];
+
 /* From the AUTHORS file */
 extern const char *const authors[];
 
+
 #endif /* !version_h */