]> git.lyx.org Git - lyx.git/blob - src/version.cpp.in
Fixed some lines that were too long. It compiled afterwards.
[lyx.git] / src / version.cpp.in
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.
6  *
7  * \author Jean-Marc Lasgouttes
8  *
9  * Full author contact details are available in file CREDITS.
10  *
11  * Warning! This file is autogenerated from version.cpp.in.
12  * All changes to this file will be lost.
13  */
14
15 ///
16 char const * lyx_version = "@PACKAGE_VERSION@";
17 ///
18 char const * lyx_release_date = "@LYX_DATE@";
19
20 /// This is the version information shown by 'lyx -version'
21 char const * lyx_version_info = "@VERSION_INFO@";