]> git.lyx.org Git - lyx.git/blobdiff - src/version.C.in
Fix breakage caused by bad commits.
[lyx.git] / src / version.C.in
index 4af6a7125072bff028d39c23c543bce38ac8d54f..37fe7c2fa773fcd676eef864b1b91615f8a8f291 100644 (file)
@@ -1,23 +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 = "Thu, Jan 11, 2001";
-
-/// 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@";
-