From 44d2a8547224b3155c479195280591fdd9dbb355 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sun, 1 Oct 2017 10:00:46 +0200 Subject: [PATCH] Bump version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index f78d48d..6c0b21b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([tio], [1.23], [], [tio], [https://tio.github.io]) +AC_INIT([tio], [1.24], [], [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])