git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37591 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2011-02-10 22:57:41 +00:00
parent 69fc2ddac4
commit b9b6c12782
2 changed files with 3 additions and 3 deletions

View File

@ -46,7 +46,7 @@ public:
///
void write(WriteStream & os) const;
///
int latex(otexstream & os, OutputParams const & runparams) const;
void latex(otexstream & os, OutputParams const & runparams) const;
///
void mathmlize(MathStream &) const;
///

View File

@ -14,8 +14,8 @@
///
char const * lyx_version = PACKAGE_VERSION;
///
int lyx_version_major = LYX_MAJOR_VERSION;
int lyx_version_minor = LYX_MINOR_VERSION;
const int lyx_version_major = LYX_MAJOR_VERSION;
const int lyx_version_minor = LYX_MINOR_VERSION;
///
char const * lyx_release_date = LYX_DATE;