Bumped version

This commit is contained in:
Martin Lund 2014-09-30 16:07:52 +02:00
parent cc7f21e735
commit c190efdad1

View file

@ -1,5 +1,5 @@
AC_PREREQ([2.68]) AC_PREREQ([2.68])
AC_INIT([Go TTY], [0.4], [], [gotty], [http://github.com/lundmar/gotty]) AC_INIT([Go TTY], [0.5], [], [gotty], [http://github.com/lundmar/gotty])
AC_CONFIG_HEADERS([src/include/config.h]) AC_CONFIG_HEADERS([src/include/config.h])
AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip -Wall -Werror]) AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip -Wall -Werror])
AM_SILENT_RULES([yes]) AM_SILENT_RULES([yes])