X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=65f0752c3b4e66c2384f817ce35c1ca71289b465;hb=612dc74f75861784059d69059301e5505d34d65f;hp=fdecdabd4e256da0fabd5ddc4d8475133a5a1846;hpb=2766857f012833965ad4b62dee3f29f3a7f3425c;p=lyx.git diff --git a/configure.ac b/configure.ac index fdecdabd4e..65f0752c3b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,10 @@ dnl Process with autoconf to generate configure script -*- sh -*- -AC_INIT(LyX,2.2.0dev,[lyx-devel@lists.lyx.org],[lyx]) +AC_INIT(LyX,2.2.2dev,[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-11"]) +AC_SUBST(LYX_DATE, ["2016-07-25"]) AC_PREREQ(2.60) AC_CONFIG_SRCDIR(src/main.cpp) AC_CONFIG_HEADERS([config.h]) @@ -231,6 +232,7 @@ dnl AC_LANG_POP(C) lyx_win_res=false; case ${host} in *mingw*|*cygwin*) lyx_win_res=true;; + *freebsd*) AC_SEARCH_LIBS(backtrace_symbols, [execinfo]) esac AM_CONDITIONAL(LYX_WIN_RESOURCE, $lyx_win_res) LYX_SET_VERSION_INFO