commit 944dbdb56cb568b5787e736f6d20f846eaa882f1 Author: Scott Kostyshak <skost...@lyx.org> Date: Mon Feb 26 11:52:26 2018 -0500
configure.ac: development version is 2.3.1dev --- configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 849d1ac..7f180ed 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(LyX,2.3.0dev,[lyx-de...@lists.lyx.org],[lyx]) +AC_INIT(LyX,2.3.1dev,[lyx-de...@lists.lyx.org],[lyx]) AC_PRESERVE_HELP_ORDER # Use ISO format only. The frontend needs to parse this AC_SUBST(LYX_DATE, ["2018-02-24"])