From d0d2d2993bae9188b287803c96539581f65a7e9b Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Fri, 24 May 2024 01:29:44 +0200 Subject: [PATCH] bump version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 0343bc6..57c5d5a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- Autoconf -*- -AC_INIT(bloatrunner, 0.1.0) +AC_INIT(bloatrunner, 0.2.0) AC_CONFIG_SRCDIR(game) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign -Woverride -Wno-portability])