]> git.ipfire.org Git - ddns.git/blobdiff - configure.ac
Bump version to 015.
[ddns.git] / configure.ac
index 491a24d6cc703b17fb37e0d22e549455636e1a35..512f5ffb620b69e126ea118fd401242a46e1543e 100644 (file)
@@ -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"