X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=8dce1a6db07a950d67dc2db2aba84a63f8c947e8;hb=41de012dcb2d5431097b79bd90b8a94657506e9c;hp=7ee505a8fbff911c0ef0a581d4a819ea2bc9022e;hpb=8f872ef069bfb4a218236b5b220c6dad025a33f6;p=lyx.git diff --git a/configure.ac b/configure.ac index 7ee505a8fb..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.0beta1,[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-08-14"]) +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