Bump version: 0.3.3 → 0.3.4

This commit is contained in:
Peter Tillemans 2024-05-25 16:22:34 +02:00
parent 34a30412ed
commit 557f179667
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 0.3.3 current_version = 0.3.4
tag = True tag = True
commit = True commit = True

View file

@ -26,7 +26,7 @@
(define-public bloatrunner (define-public bloatrunner
(package (package
(name "bloatrunner") (name "bloatrunner")
(version "0.3.3-git") (version "0.3.4-git")
;; (source (git-checkout (url (dirname (current-filename))))) ;; (source (git-checkout (url (dirname (current-filename)))))
(source (local-file "../.." "guile-checkout" (source (local-file "../.." "guile-checkout"
#:recursive? #t #:recursive? #t

View file

@ -1,6 +1,6 @@
dnl -*- Autoconf -*- dnl -*- Autoconf -*-
AC_INIT(bloatrunner, 0.3.3) AC_INIT(bloatrunner, 0.3.4)
AC_CONFIG_SRCDIR(game) AC_CONFIG_SRCDIR(game)
AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([foreign -Woverride -Wno-portability]) AM_INIT_AUTOMAKE([foreign -Woverride -Wno-portability])