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@";
|
|
|
|
///
|
2002-04-07 17:52:57 +00:00
|
|
|
char const * lyx_release_date = "Sun, Apr 7, 2002";
|
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
|
2001-10-03 15:49:32 +00:00
|
|
|
char const * lyx_docversion = "LyX 1.2";
|
|
|
|
|
|
|
|
/// This is the version information shown by 'lyx -version'
|
|
|
|
char const * lyx_version_info = "@VERSION_INFO@";
|