From 5bd37db9462f743eb79e00cc6ee08919140ec25a Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 15 May 2021 00:08:08 +0900 Subject: Version up. * configure.ac(AC_INIT): Version up. * configure.ac(guile-sicp-picture-language)[version]: Version up. --- configure.ac | 2 +- guix.scm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 3cf4746..9bd5288 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([guile-sicp-picture-language], [0.2.1]) +AC_INIT([guile-sicp-picture-language], [0.2.2]) AC_CONFIG_SRCDIR([sicp-picture-language.scm]) AC_CONFIG_AUX_DIR([build-aux]) AM_INIT_AUTOMAKE([-Wall -Werror foreign]) diff --git a/guix.scm b/guix.scm index c9be52e..be73c08 100644 --- a/guix.scm +++ b/guix.scm @@ -31,7 +31,7 @@ (define guile-sicp-picture-language (package (name "guile-sicp-picture-language") - (version "0.2.1") + (version "0.2.2") (source (string-append (getcwd) "/guile-sicp-picture-language-" version ".tar.gz")) (build-system gnu-build-system) (native-inputs -- cgit v1.2.3