summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2020-04-07 17:01:45 -0400
committerDavid Thompson <dthompson2@worcester.edu>2020-04-07 17:03:57 -0400
commitdae8466030776f9e3afa851122705baaf09071a9 (patch)
tree727ef3ae09e97424ee96abad2fc0d31fdc1cd5a2
parent6fd2bc34c4a2ed1b3b4fdf67267cb1873df381db (diff)
Bump to version 0.5.0.v0.5.0
-rw-r--r--configure.ac4
1 files 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 <davet@gnu.org>
+# Copyright © 2015, 2020 David Thompson <davet@gnu.org>
#
# This file is part of guile-sdl2.
#
@@ -19,7 +19,7 @@
# License along with guile-sdl2. If not, see
# <http://www.gnu.org/licenses/>.
-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])