From 58071de75350af7fd4787efc1efa6e1796fa5a42 Mon Sep 17 00:00:00 2001 From: Martin Lund Date: Sun, 28 Sep 2014 12:53:27 +0200 Subject: [PATCH] Bumped version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a9e5149..71cf100 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([Go TTY], [0.2], [], [gotty], [http://github.com/lundmar/gotty]) +AC_INIT([Go TTY], [0.3], [], [gotty], [http://github.com/lundmar/gotty]) AC_CONFIG_HEADERS([src/include/config.h]) AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip -Wall -Werror]) AM_SILENT_RULES([yes])