]> git.lyx.org Git - lyx.git/blob - src/version.C.in
* Give Dialog::Controller::initialiseParams a bool return type.
[lyx.git] / src / version.C.in
1 /* -*- C++ -*- */
2 /* * This file is part of
3    * ======================================================
4    *
5    *           LyX, the High Level Word Processor
6    *
7    *           Copyright 1995 Matthias Ettrich
8    *           Copyright 1995, 2001 The LyX Team.
9    *
10    *======================================================*/
11
12
13 ///
14 char const * lyx_version = "@VERSION@";
15 ///
16 char const * lyx_release_date = "Thu, Jan 30, 2003";
17
18 /// This version string is intended to be used in files created by LyX
19 char const * lyx_docversion = "LyX 1.3";
20
21 /// This is the version information shown by 'lyx -version'
22 char const * lyx_version_info = "@VERSION_INFO@";