]> git.lyx.org Git - lyx.git/blobdiff - src/version.cpp
Make InsetSpecialChar names more consistent
[lyx.git] / src / version.cpp
index 4d46e145e456ea17708020e28d18aab2ca585536..e5ac23034e332eb010f811b0adcd8d1966c4e256 100644 (file)
  */
 
 #include <config.h>
+
 #if ! defined(LYX_DATE)
-       #include <lyx_date.h>
+#include "lyx_date.h"
+#endif
+
+#if ! defined(LYX_GIT_COMMIT_HASH)
+#include "lyx_commit_hash.h"
 #endif
 
 ///
@@ -24,6 +29,11 @@ extern char const * const lyx_git_commit_hash = LYX_GIT_COMMIT_HASH;
 ///
 extern char const * const lyx_release_date = LYX_DATE;
 
+///
+extern char const * const lyx_build_date = __DATE__;
+///
+extern char const * const lyx_build_time = __TIME__;
+
 /// Package identifier (lyx[-<version-suffix>])
 extern char const * const lyx_package = PACKAGE;