2001-10-03 15:49:32 +00:00
|
|
|
/* -*- C++ -*- */
|
2003-08-22 09:44:59 +00:00
|
|
|
/**
|
|
|
|
* \file version.C
|
|
|
|
* 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.
|
|
|
|
*
|
|
|
|
* Warning! This file is autogenerated from version.C.in.
|
|
|
|
* All changes to this file will be lost.
|
|
|
|
*/
|
2001-10-03 15:49:32 +00:00
|
|
|
|
|
|
|
///
|
|
|
|
char const * lyx_version = "@VERSION@";
|
|
|
|
///
|
2003-01-30 10:05:18 +00:00
|
|
|
char const * lyx_release_date = "Thu, Jan 30, 2003";
|
2001-10-03 15:49:32 +00:00
|
|
|
|
|
|
|
/// This is the version information shown by 'lyx -version'
|
|
|
|
char const * lyx_version_info = "@VERSION_INFO@";
|