Really remove use of __DATE__ and __TIME__ to facilitate reproducible builds.
[oweals/tinc.git] / configure.ac
index dd663052b3b89dd6b0cc7de6c814d84f0813fdc1..332b863cdbdbcfc0809185202041ad14ce6c5475 100644 (file)
@@ -1,7 +1,7 @@
 dnl Process this file with autoconf to produce a configure script.
 
 AC_PREREQ(2.61)
-AC_INIT([tinc], [1.0.26])
+AC_INIT([tinc], [1.0.27])
 AC_CONFIG_SRCDIR([src/tincd.c])
 AM_INIT_AUTOMAKE([1.11 check-news std-options subdir-objects nostdinc silent-rules -Wall])
 AC_CONFIG_HEADERS([config.h])