mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
bump version to 21.06.14.110
This commit is contained in:
parent
b850b295e1
commit
c9ef28536f
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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=""}
|
||||
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue