From d10922fde4ff87f6e359e584b45a39252ddbdaab Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Thu, 23 Oct 2014 11:50:41 +0200 Subject: [PATCH] Bumped version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 14e501b..7dc4fcd 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([Go TTY], [1.0], [], [gotty], [http://gotty.io]) +AC_INIT([Go TTY], [1.1], [], [gotty], [http://gotty.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])