X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=4e0476569246d725f28ba295f40953290ebd39da;hb=4cb209b121430b38606932e31d2659bd7ed57447;hp=7ee505a8fbff911c0ef0a581d4a819ea2bc9022e;hpb=8f872ef069bfb4a218236b5b220c6dad025a33f6;p=lyx.git diff --git a/configure.ac b/configure.ac index 7ee505a8fb..4e04765692 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(LyX,2.3.0beta1,[lyx-devel@lists.lyx.org],[lyx]) +AC_INIT(LyX,2.4.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, ["2017-08-14"]) +AC_SUBST(LYX_DATE, ["2018-02-24"]) AC_PREREQ(2.65) AC_CONFIG_SRCDIR(src/main.cpp) AC_CONFIG_HEADERS([config.h]) @@ -395,6 +395,7 @@ AC_CONFIG_FILES([Makefile \ src/Makefile \ src/tex2lyx/Makefile \ src/tex2lyx/tex2lyx.1:src/tex2lyx/tex2lyx.1in \ + src/convert/Makefile \ src/support/Makefile \ src/frontends/Makefile \ src/frontends/qt4/Makefile