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