From 557f1796679eed78756d80d29735e683dc929278 Mon Sep 17 00:00:00 2001 From: Peter Tillemans Date: Sat, 25 May 2024 16:22:34 +0200 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.3.3=20=E2=86=92=200.3.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- .guix/modules/bloatrunner.scm | 2 +- configure.ac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d235768..6658627 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.3 +current_version = 0.3.4 tag = True commit = True diff --git a/.guix/modules/bloatrunner.scm b/.guix/modules/bloatrunner.scm index c0a148e..891ad7e 100644 --- a/.guix/modules/bloatrunner.scm +++ b/.guix/modules/bloatrunner.scm @@ -26,7 +26,7 @@ (define-public bloatrunner (package (name "bloatrunner") - (version "0.3.3-git") + (version "0.3.4-git") ;; (source (git-checkout (url (dirname (current-filename))))) (source (local-file "../.." "guile-checkout" #:recursive? #t diff --git a/configure.ac b/configure.ac index 44aebf5..fe75986 100644 --- a/configure.ac +++ b/configure.ac @@ -1,6 +1,6 @@ dnl -*- Autoconf -*- -AC_INIT(bloatrunner, 0.3.3) +AC_INIT(bloatrunner, 0.3.4) AC_CONFIG_SRCDIR(game) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([foreign -Woverride -Wno-portability])