2001-10-03 15:49:32 +00:00
|
|
|
/* -*- C++ -*- */
|
2003-08-22 09:44:59 +00:00
|
|
|
/**
|
2007-05-04 00:47:24 +00:00
|
|
|
* \file version.cpp
|
2003-08-22 09:44:59 +00:00
|
|
|
* This file is part of LyX, the document processor.
|
|
|
|
* Licence details can be found in the file COPYING.
|
|
|
|
*
|
|
|
|
* \author Jean-Marc Lasgouttes
|
|
|
|
*
|
|
|
|
* Full author contact details are available in file CREDITS.
|
|
|
|
*
|
2007-04-28 15:05:08 +00:00
|
|
|
* Warning! This file is autogenerated from version.cpp.in.
|
2003-08-22 09:44:59 +00:00
|
|
|
* All changes to this file will be lost.
|
|
|
|
*/
|
2001-10-03 15:49:32 +00:00
|
|
|
|
2007-08-13 12:04:57 +00:00
|
|
|
#include <config.h>
|
|
|
|
|
2001-10-03 15:49:32 +00:00
|
|
|
///
|
2007-08-13 12:04:57 +00:00
|
|
|
char const * lyx_version = PACKAGE_VERSION;
|
2001-10-03 15:49:32 +00:00
|
|
|
///
|
2007-08-13 12:04:57 +00:00
|
|
|
char const * lyx_release_date = LYX_DATE;
|
2001-10-03 15:49:32 +00:00
|
|
|
|
2007-08-13 12:04:57 +00:00
|
|
|
/// This is the version information shown by 'lyx --version'
|
|
|
|
char const * lyx_version_info = VERSION_INFO;
|