chiark / gitweb /
Play catchup with Apple dscl's API churn
[disorder] / lib / defs.c
index 494597e429e2c84beed2ce17d00cf583f6541808..21dda51a812e1580d4a425d7859d2b5f2ab7aefc 100644 (file)
@@ -30,7 +30,7 @@
 #include "definitions.h"
 
 /** @brief Software version number */
-const char disorder_version_string[] = VERSION;
+const char disorder_short_version_string[] = VERSION;
 
 /** @brief Package library directory */
 const char pkglibdir[] = PKGLIBDIR;
@@ -50,9 +50,14 @@ const char bindir[] = BINDIR;
 /** @brief System binary directory */
 const char sbindir[] = SBINDIR;
 
-/** @brief Fink binary directory */
+/** @brief Fink binary directory
+ *
+ * Meaningless if not on a Mac.
+ */
 const char finkbindir[] = FINKBINDIR;
 
+#include "versionstring.h"
+
 /*
 Local Variables:
 c-basic-offset:2