X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fversion.C.in;h=37fe7c2fa773fcd676eef864b1b91615f8a8f291;hb=80328d2053869dc089c23c25adbed4167d7bf0b1;hp=2e8094346e77778e9d32a7c90e977e38d1deb4f2;hpb=a7be168631836de3cca5a218a6eb153d5258d008;p=lyx.git diff --git a/src/version.C.in b/src/version.C.in index 2e8094346e..37fe7c2fa7 100644 --- a/src/version.C.in +++ b/src/version.C.in @@ -1,22 +1,21 @@ /* -*- C++ -*- */ -/* * This file is part of - * ====================================================== - * - * LyX, the High Level Word Processor - * - * Copyright 1995 Matthias Ettrich - * Copyright 1995, 2001 The LyX Team. - * - *======================================================*/ - +/** + * \file version.C + * This file is part of LyX, the document processor. + * Licence details can be found in the file COPYING. + * + * \author Jean-Marc Lasgouttes + * + * Full author contact details are available in file CREDITS. + * + * Warning! This file is autogenerated from version.C.in. + * All changes to this file will be lost. + */ /// -char const * lyx_version = "@VERSION@"; +char const * lyx_version = "@PACKAGE_VERSION@"; /// -char const * lyx_release_date = "Sun, Apr 7, 2002"; - -/// This version string is intended to be used in files created by LyX -char const * lyx_docversion = "LyX 1.2"; +char const * lyx_release_date = "@LYX_DATE@"; /// This is the version information shown by 'lyx -version' char const * lyx_version_info = "@VERSION_INFO@";