]> git.lyx.org Git - lyx.git/blobdiff - src/version.cpp
resolve shortcut conflict
[lyx.git] / src / version.cpp
index 6027f9a06cb1b963b3f2232e4112dfd628140837..0bc2be04570ac0e4835f1513bdecec1ef3153205 100644 (file)
@@ -7,9 +7,6 @@
  * \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 <config.h>
@@ -19,5 +16,8 @@ char const * lyx_version = PACKAGE_VERSION;
 ///
 char const * lyx_release_date = LYX_DATE;
 
+/// Package identifier (lyx[-<version-suffix>])
+char const * lyx_package = PACKAGE;
+
 /// This is the version information shown by 'lyx --version'
 char const * lyx_version_info = VERSION_INFO;