From 7b7cc281628f28b130abf1df1c419eba63795b6a Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sat, 11 Jun 2016 12:26:28 +0200 Subject: [PATCH] Bumped version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5dd6a38..57b1d71 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([tio], [1.19], [], [tio], [https://tio.github.io]) +AC_INIT([tio], [1.20], [], [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])