bump version to 21.06.14.110

This commit is contained in:
SANO Masatoshi 2021-06-24 17:16:22 +09:00
parent b850b295e1
commit c9ef28536f
3 changed files with 7 additions and 5 deletions

View file

@ -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 <snmsts@gmail.com> Thu, 24 Jun 2021 14:21:50 +0900
-- SANO Masatoshi <snmsts@gmail.com> Thu, 24 Jun 2021 17:15:59 +0900
roswell (21.05.14.109-1) unstable; urgency=low

View file

@ -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=""}

View file

@ -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")