summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2021-09-23 08:37:29 -0400
committerDavid Thompson <dthompson2@worcester.edu>2021-09-23 08:37:29 -0400
commite7a60aad528806a0c783189d2ead25340c8f2ed4 (patch)
treef6e389a6a3aeea6a58c6d12d5c7c6ca75c5ebc63
parentb8aaa96201a6716b7ad5617c0c2987e5def66cb4 (diff)
Bump version to 0.7.0.
-rw-r--r--configure.ac2
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])