diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-04-13 11:09:21 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-04-13 11:09:21 -0400 |
commit | 90578fd69c2eeebc3956d5fcc47d7f771270b5c4 (patch) | |
tree | a79e373cf95a5e34e2db20836907020f02ad3994 /configure.ac | |
parent | dbc5984dc1360944f4dd15f9d846829fab99f04d (diff) |
Bump version to 0.6.0.v0.6.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 8bb90a7..f9b0bf1 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.5.0) +AC_INIT(guile-sdl2, 0.6.0) AC_CONFIG_SRCDIR(sdl2) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |