* do not change name of QSettings config file on LyX version change.
[lyx.git] / src / version.cpp
blob0bc2be04570ac0e4835f1513bdecec1ef3153205
1 /* -*- C++ -*- */
2 /**
3 * \file version.cpp
4 * This file is part of LyX, the document processor.
5 * Licence details can be found in the file COPYING.
7 * \author Jean-Marc Lasgouttes
9 * Full author contact details are available in file CREDITS.
12 #include <config.h>
14 ///
15 char const * lyx_version = PACKAGE_VERSION;
16 ///
17 char const * lyx_release_date = LYX_DATE;
19 /// Package identifier (lyx[-<version-suffix>])
20 char const * lyx_package = PACKAGE;
22 /// This is the version information shown by 'lyx --version'
23 char const * lyx_version_info = VERSION_INFO;