Bump version: 0.3.3 → 0.3.4
This commit is contained in:
parent
34a30412ed
commit
557f179667
3 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
[bumpversion]
|
[bumpversion]
|
||||||
current_version = 0.3.3
|
current_version = 0.3.4
|
||||||
tag = True
|
tag = True
|
||||||
commit = True
|
commit = True
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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])
|
||||||
|
|
Loading…
Reference in a new issue