diff options
author | David Thompson <dthompson2@worcester.edu> | 2021-09-23 08:37:29 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2021-09-23 08:37:29 -0400 |
commit | e7a60aad528806a0c783189d2ead25340c8f2ed4 (patch) | |
tree | f6e389a6a3aeea6a58c6d12d5c7c6ca75c5ebc63 | |
parent | b8aaa96201a6716b7ad5617c0c2987e5def66cb4 (diff) |
Bump version to 0.7.0.
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d304a37..1d4cf8b 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.6.0) +AC_INIT(guile-sdl2, 0.7.0) AC_CONFIG_SRCDIR(sdl2) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([color-tests -Wall -Wno-portability foreign]) |