]> git.lyx.org Git - lyx.git/blob - src/version.h
Fix for bug: #260 special rules if partially linking
[lyx.git] / src / version.h
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 #ifndef VERSION_H
13 #define VERSION_H
14
15 ///
16 extern char const * lyx_version;
17 ///
18 extern char const * lyx_release_date;
19
20 /// This version string is intended to be used in files created by LyX 
21 extern char const * lyx_docversion;
22
23 /// This is the version information shown by 'lyx -version'
24 extern char const * lyx_version_info;
25
26 #endif