LyX 1.5.0 is released
[lyx.git] / src / version.h
blobb13632fe54a19c5f183cf90cd080169247bf52de
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.
7 * \author Jean-Marc Lasgouttes
9 * Full author contact details are available in file CREDITS.
12 #ifndef VERSION_H
13 #define VERSION_H
15 //namespace lyx {
17 ///
18 extern char const * lyx_version;
19 ///
20 extern char const * lyx_release_date;
22 /// This is the version information shown by 'lyx -version'
23 extern char const * lyx_version_info;
25 //} // namespace lyx
27 #endif