From c9ef28536fe2d98e6219c11d1ed35164ccff7ef9 Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Thu, 24 Jun 2021 17:16:22 +0900 Subject: [PATCH] bump version to 21.06.14.110 --- ChangeLog | 8 +++++--- configure.ac | 2 +- roswell.asd | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2da4223..d3a463a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ -roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low +roswell (21.06.14.110-1) unstable; urgency=low - * + * Change: 'ros version' to show sbcl-bin-variant. + * Fix: support Allegro again it was broken because of uri change (by TANIGUCHI Masaya) + * Fix: install asdf at FreeBSD (Reported by C-Entropy) - -- SANO Masatoshi Thu, 24 Jun 2021 14:21:50 +0900 + -- SANO Masatoshi Thu, 24 Jun 2021 17:15:59 +0900 roswell (21.05.14.109-1) unstable; urgency=low diff --git a/configure.ac b/configure.ac index 8c521f0..edacaca 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.59]) -AC_INIT([roswell],[21.05.14.109],snmsts@gmail.com) +AC_INIT([roswell],[21.06.14.110],snmsts@gmail.com) CFLAGS=${CFLAGS=""} CXXFLAGS=${CXXFLAGS=""} diff --git a/roswell.asd b/roswell.asd index e1e9cae..148a159 100644 --- a/roswell.asd +++ b/roswell.asd @@ -1,5 +1,5 @@ (defsystem "roswell" - :version "21.5.14.109" + :version "21.6.14.110" :author "SANO Masatoshi" :license "MIT" :depends-on ("simple-date-time" "split-sequence" "plump" "zip")