From dae8466030776f9e3afa851122705baaf09071a9 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Tue, 7 Apr 2020 17:01:45 -0400 Subject: Bump to version 0.5.0. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 4308b4e..8bb90a7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # # guile-sdl2 --- FFI bindings for SDL2 -# Copyright © 2015 David Thompson +# Copyright © 2015, 2020 David Thompson # # This file is part of guile-sdl2. # @@ -19,7 +19,7 @@ # License along with guile-sdl2. If not, see # . -AC_INIT(guile-sdl2, 0.4.0) +AC_INIT(guile-sdl2, 0.5.0) AC_CONFIG_SRCDIR(sdl2) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) -- cgit v1.2.3