From a273990b37d5f41391b808de15e21da586bf69ea Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sat, 25 May 2024 15:25:59 +0200 Subject: [PATCH] bump version --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 6a1029f..8690a4c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- Autoconf -*- -AC_INIT(bloatrunner, 0.3.0) +AC_INIT(bloatrunner, 0.3.1) AC_CONFIG_SRCDIR(game) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign -Woverride -Wno-portability])