]> git.lyx.org Git - lyx.git/blob - src/version.h
Changed references as to where/how known issues are shown, i.e. added reference to...
[lyx.git] / src / version.h
1 // -*- C++ -*-
2 /**
3  * \file version.h
4  * This file is part of LyX, the document processor.
5  * Licence details can be found in the file COPYING.
6  *
7  * \author Jean-Marc Lasgouttes
8  *
9  * Full author contact details are available in file CREDITS.
10  */
11
12 #ifndef VERSION_H
13 #define VERSION_H
14
15 //namespace lyx {
16
17 ///
18 extern char const * lyx_version;
19 ///
20 extern char const * lyx_release_date;
21
22 /// This is the version information shown by 'lyx -version'
23 extern char const * lyx_version_info;
24
25 //} // namespace lyx
26
27 #endif