X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fversion.cpp;h=2ae59923a21244294827aadb8f963aa069d69f97;hb=55ef7b50b54939f66b37a71e21c235afca03265e;hp=6027f9a06cb1b963b3f2232e4112dfd628140837;hpb=77cfe019f21bfc8649a7367e367dd1f568959dc3;p=lyx.git diff --git a/src/version.cpp b/src/version.cpp index 6027f9a06c..2ae59923a2 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -7,17 +7,20 @@ * \author Jean-Marc Lasgouttes * * Full author contact details are available in file CREDITS. - * - * Warning! This file is autogenerated from version.cpp.in. - * All changes to this file will be lost. */ #include /// -char const * lyx_version = PACKAGE_VERSION; +extern char const * const lyx_version = PACKAGE_VERSION; +/// +extern const int lyx_version_major = LYX_MAJOR_VERSION; +extern const int lyx_version_minor = LYX_MINOR_VERSION; /// -char const * lyx_release_date = LYX_DATE; +extern char const * const lyx_release_date = LYX_DATE; + +/// Package identifier (lyx[-]) +extern char const * const lyx_package = PACKAGE; /// This is the version information shown by 'lyx --version' -char const * lyx_version_info = VERSION_INFO; +extern char const * const lyx_version_info = VERSION_INFO;