X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=configure.ac;h=6de03132d2a94460f67d8e3bd37916b6d14495a3;hp=c6b2563e4ad06fb10a6f5d2a647cdadc5bd3945b;hb=5b931cc42dedaa72604a836d8a765e8f00656303;hpb=5865fd2676b8c77ac8f71b3fd997593cafbd153f diff --git a/configure.ac b/configure.ac index c6b2563e..6de03132 100644 --- a/configure.ac +++ b/configure.ac @@ -1,9 +1,9 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.61) -AC_INIT([tinc], [1.0.33]) +AC_INIT([tinc], [1.0.35]) AC_CONFIG_SRCDIR([src/tincd.c]) -AM_INIT_AUTOMAKE([1.11 check-news std-options subdir-objects nostdinc silent-rules -Wall info-in-builddir]) +AM_INIT_AUTOMAKE([1.11 check-news std-options subdir-objects nostdinc silent-rules -Wall]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_MACRO_DIR([m4]) AM_SILENT_RULES([yes])