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])