diff options
author | David Thompson <dthompson2@worcester.edu> | 2019-06-02 20:06:34 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2019-06-02 20:06:34 -0400 |
commit | f4734c9647a3e2daabc2a8f2850f67d389a689e9 (patch) | |
tree | 759a8d9bce8a8568fb3805c9e119b00e774b5c49 | |
parent | 5638ea26f65c4aac95808bc4d01c35b232483b7c (diff) |
Bump to version 0.4.0.
-rw-r--r-- | configure.ac | 2 |
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]) |