]> git.lyx.org Git - lyx.git/blobdiff - src/version.C.in
Fix breakage caused by bad commits.
[lyx.git] / src / version.C.in
index e6187f6e031682f508ae2e93ec2282789707f645..37fe7c2fa773fcd676eef864b1b91615f8a8f291 100644 (file)
@@ -13,9 +13,9 @@
  */
 
 ///
-char const * lyx_version = "@VERSION@";
+char const * lyx_version = "@PACKAGE_VERSION@";
 ///
-char const * lyx_release_date = "Thu, Jan 30, 2003";
+char const * lyx_release_date = "@LYX_DATE@";
 
 /// This is the version information shown by 'lyx -version'
 char const * lyx_version_info = "@VERSION_INFO@";