* de.po: sync with branch.
[lyx.git] / src / version.h
blob864b21214100ddb156dd0bb3192896a353fbdd01
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 /// Package identifier (lyx[-<version-suffix>])
23 extern char const * lyx_package;
25 /// This is the version information shown by 'lyx -version'
26 extern char const * lyx_version_info;
28 //} // namespace lyx
30 #endif