scramble email addresses
[lyx.git] / src / version.cpp
blob6027f9a06cb1b963b3f2232e4112dfd628140837
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.
11 * Warning! This file is autogenerated from version.cpp.in.
12 * All changes to this file will be lost.
15 #include <config.h>
17 ///
18 char const * lyx_version = PACKAGE_VERSION;
19 ///
20 char const * lyx_release_date = LYX_DATE;
22 /// This is the version information shown by 'lyx --version'
23 char const * lyx_version_info = VERSION_INFO;