diff options
author | David Thompson <dthompson2@worcester.edu> | 2022-10-23 07:42:42 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2022-10-23 07:43:45 -0400 |
commit | 0b1d98247847e4136dae126995591b48ea51bc1b (patch) | |
tree | 0eb84fb5fd1b0f653f8735084ad516cfde27dac1 /configure.ac | |
parent | 808ea4175a2d91c1f21c2d0bf2c423da56172d25 (diff) |
Bump to version 0.8.0.v0.8.0
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 1d4cf8b..b323b89 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.7.0) +AC_INIT(guile-sdl2, 0.8.0) AC_CONFIG_SRCDIR(sdl2) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |