X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fversion.cpp;h=e5ac23034e332eb010f811b0adcd8d1966c4e256;hb=0a93c9b70f861b12e27239167d9ba59ddd6ece1e;hp=6701accdf95180878a3cf816eb1e545d6229449b;hpb=0b09424017866d0f1d9dfff8cb54cedaf17b99aa;p=lyx.git diff --git a/src/version.cpp b/src/version.cpp index 6701accdf9..e5ac23034e 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -29,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;