From 921ae41510c207d0ce8be8a4d976609dd9f98e0d Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Tue, 21 Oct 2014 22:30:54 +0200 Subject: [PATCH] Bumped version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3a98893..14e501b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([Go TTY], [0.9], [], [gotty], [http://github.com/lundmar/gotty]) +AC_INIT([Go TTY], [1.0], [], [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])