2001-10-03 15:49:32 +00:00
|
|
|
/* -*- C++ -*- */
|
|
|
|
/* * This file is part of
|
|
|
|
* ======================================================
|
|
|
|
*
|
|
|
|
* LyX, the High Level Word Processor
|
|
|
|
*
|
|
|
|
* Copyright 1995 Matthias Ettrich
|
|
|
|
* Copyright 1995, 2001 The LyX Team.
|
|
|
|
*
|
|
|
|
*======================================================*/
|
|
|
|
|
|
|
|
|
|
|
|
///
|
|
|
|
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
|
|
|
|
2002-03-30 00:24:44 +00:00
|
|
|
/// This version string is intended to be used in files created by LyX
|
2002-07-20 16:42:15 +00:00
|
|
|
char const * lyx_docversion = "LyX 1.3";
|
2001-10-03 15:49:32 +00:00
|
|
|
|
|
|
|
/// This is the version information shown by 'lyx -version'
|
|
|
|
char const * lyx_version_info = "@VERSION_INFO@";
|