diff --git a/configure.ac b/configure.ac index 13a6a53..a9e5149 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ([2.68]) -AC_INIT([Go TTY], [0.1], [], [gotty], [http://github.com/lundmar/gotty]) +AC_INIT([Go TTY], [0.2], [], [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])