X-Git-Url: http://git.ipfire.org/?p=ddns.git;a=blobdiff_plain;f=configure.ac;h=dad12b769c0e85b581f7673c8fd2f6453f9f132b;hp=491a24d6cc703b17fb37e0d22e549455636e1a35;hb=HEAD;hpb=7074da5c8cf7dfa4c34f51122b66cc426e7f821f diff --git a/configure.ac b/configure.ac index 491a24d..512f5ff 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ AC_PREREQ([2.64]) AC_INIT([ddns], - [008], + [015], [info@ipfire.org], [ddns], [http://git.ipfire.org/?p=oddments/ddns.git;a=summary]) @@ -54,7 +54,7 @@ AC_PROG_SED AC_PATH_PROG([XSLTPROC], [xsltproc]) # Python -AM_PATH_PYTHON([2.7]) +AM_PATH_PYTHON([3.6]) save_LIBS="$LIBS"