summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2019-06-02 20:06:34 -0400
committerDavid Thompson <dthompson2@worcester.edu>2019-06-02 20:06:34 -0400
commitf4734c9647a3e2daabc2a8f2850f67d389a689e9 (patch)
tree759a8d9bce8a8568fb3805c9e119b00e774b5c49 /configure.ac
parent5638ea26f65c4aac95808bc4d01c35b232483b7c (diff)
Bump to version 0.4.0.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 235cb7d..bb1d591 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
# License along with guile-sdl2. If not, see
# <http://www.gnu.org/licenses/>.
-AC_INIT(guile-sdl2, 0.3.1)
+AC_INIT(guile-sdl2, 0.4.0)
AC_CONFIG_SRCDIR(sdl2)
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign])