From: Richard Heck Date: Sun, 17 Apr 2016 14:19:02 +0000 (-0400) Subject: Update version in configure.ac. X-Git-Tag: 2.3.0alpha1~1661 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7ca8ffb7ef1da6a129f574cda8d9476d1af8e8d8;p=lyx.git Update version in configure.ac. --- diff --git a/configure.ac b/configure.ac index 866e18e8ca..bf3111a6c1 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(LyX,2.2.0,[lyx-devel@lists.lyx.org],[lyx]) +AC_INIT(LyX,2.3.0dev,[lyx-devel@lists.lyx.org],[lyx]) AC_PRESERVE_HELP_ORDER # Use ISO format only. The frontend needs to parse this -AC_SUBST(LYX_DATE, ["2016-05-23"]) +AC_SUBST(LYX_DATE, ["2016-04-16"]) AC_PREREQ(2.60) AC_CONFIG_SRCDIR(src/main.cpp) AC_CONFIG_HEADERS([config.h])