X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fversion.C.in;h=7e5e469e8d874392b274a7a51c8295fddf251cea;hb=6c2e78e12855d8661eb289ded3dc8722748863b8;hp=b210bd665759c1715ca8fb2a80a47448c58971f7;hpb=6f91069b50be4458809ca3475bd2251c988de35c;p=lyx.git diff --git a/src/version.C.in b/src/version.C.in index b210bd6657..7e5e469e8d 100644 --- a/src/version.C.in +++ b/src/version.C.in @@ -1,17 +1,19 @@ /* -*- 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 = "Thu, Jan 30, 2003";