X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=8dce1a6db07a950d67dc2db2aba84a63f8c947e8;hb=0984e113171297e402c88ce048e9ccf1fb3d3619;hp=45b66c8cc40cbe3987676aa05067e35443d85959;hpb=ca53991043d5ab55e0e34d1e0d930b45cdf59cad;p=lyx.git diff --git a/configure.ac b/configure.ac index 45b66c8cc4..8dce1a6db0 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.0alpha1,[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, ["2017-04-24"]) +AC_SUBST(LYX_DATE, ["2017-10-31"]) 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