]> git.lyx.org Git - lyx.git/blob - src/version.C.in
fix typo that put too many include paths for most people
[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 = "Sat, Mar 30, 2002";
17
18 /// This version string is intended to be used in files created by LyX
19 char const * lyx_docversion = "LyX 1.2";
20
21 /// This is the version information shown by 'lyx -version'
22 char const * lyx_version_info = "@VERSION_INFO@";