From c3d9775b54188d8152c64e5a137621b7e5d6a8e6 Mon Sep 17 00:00:00 2001 From: Richard Heck Date: Mon, 29 Apr 2013 11:50:50 -0400 Subject: [PATCH] Date etc for 2.0.6. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index f4df86c588..195e5407f1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,8 +1,8 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(LyX,2.0.6dev,[lyx-devel@lists.lyx.org],[lyx]) +AC_INIT(LyX,2.0.6,[lyx-devel@lists.lyx.org],[lyx]) # Use ISO format only. The frontend needs to parse this -AC_SUBST(LYX_DATE, ["2012-11-10"]) +AC_SUBST(LYX_DATE, ["2013-04-29"]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR(src/main.cpp) AC_CONFIG_HEADERS([config.h]) -- 2.39.5