X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fversion.cpp;h=e5ac23034e332eb010f811b0adcd8d1966c4e256;hb=0a93c9b70f861b12e27239167d9ba59ddd6ece1e;hp=9b21d42a6bf56d142a8044058a2abd555582c1b9;hpb=f8c964d080b4ad10e7ea2db2ed55aeb6cea9f35f;p=lyx.git diff --git a/src/version.cpp b/src/version.cpp index 9b21d42a6b..e5ac23034e 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -10,11 +10,13 @@ */ #include + #if ! defined(LYX_DATE) - #include +#include "lyx_date.h" #endif + #if ! defined(LYX_GIT_COMMIT_HASH) - #include +#include "lyx_commit_hash.h" #endif /// @@ -27,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[-]) extern char const * const lyx_package = PACKAGE;