From a0137c1ab1c59cfd87974ec9332a354c946330c9 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sun, 15 Oct 2017 23:59:32 +0200 Subject: [PATCH] Bump version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index fd4c1cc..c030d4f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([tio], [1.25], [], [tio], [https://tio.github.io]) +AC_INIT([tio], [1.26], [], [tio], [https://tio.github.io]) AC_CONFIG_HEADERS([src/include/config.h]) AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip -Wall -Werror]) AM_SILENT_RULES([yes])