X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=7ed38f95a8ddd84462d3fcba610f584042550ba2;hb=4c21ca318f072f63be1ba81a3a4325bf4bfe8506;hp=5df8aa8111bf7bcda729f1df17d72c6e24ba2793;hpb=86ae7dad3fc1cad3744663d0da8034625dc9ffb1;p=lyx.git diff --git a/configure.ac b/configure.ac index 5df8aa8111..7ed38f95a8 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.0dev,[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, ["2016-04-16"]) +AC_SUBST(LYX_DATE, ["2017-08-14"]) 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