From: Richard Heck Date: Mon, 29 Apr 2013 15:50:50 +0000 (-0400) Subject: Date etc for 2.0.6. X-Git-Tag: 2.0.6~2 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c3d9775b54188d8152c64e5a137621b7e5d6a8e6;p=features.git Date etc for 2.0.6. --- 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])