X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fversion.cpp;h=0bc2be04570ac0e4835f1513bdecec1ef3153205;hb=c997419aeea234d5f9b3fe4f2d056fe0212d4bef;hp=ccd44281f96c584a1ab49c4246bedb9b29de3a41;hpb=9d0ea8aeff32833a90b3fe64df0c5518a9e241be;p=lyx.git diff --git a/src/version.cpp b/src/version.cpp index ccd44281f9..0bc2be0457 100644 --- a/src/version.cpp +++ b/src/version.cpp @@ -16,5 +16,8 @@ char const * lyx_version = PACKAGE_VERSION; /// char const * lyx_release_date = LYX_DATE; +/// Package identifier (lyx[-]) +char const * lyx_package = PACKAGE; + /// This is the version information shown by 'lyx --version' char const * lyx_version_info = VERSION_INFO;