bump version to 18.3.10.88

This commit is contained in:
SANO Masatoshi 2018-03-06 14:30:37 +09:00
parent ab7d698eec
commit 5c5923ede0
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low
* New: 'ros balus' for delete config.
* New: 'ros templete' implementation (by eshamster)
* Fix: 7zip installation failure (by Akihide Nano)
-- SANO Masatoshi <snmsts@gmail.com> Tue, 06 Mar 2018 13:07:57 +0900
roswell (18.1.10.87-1) unstable; urgency=low
* New: implement 'ros install sly' works like 'ros install slime'.

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.59])
AC_INIT([roswell],[18.1.10.87],snmsts@gmail.com)
AC_INIT([roswell],[18.3.10.88],snmsts@gmail.com)
AM_CONFIG_HEADER(config.h)
AC_CONFIG_FILES([Makefile src/Makefile])

View file

@ -6,7 +6,7 @@ roswell does not function without help of C codes.
|#
(defsystem "roswell"
:version "18.1.10.87"
:version "18.3.10.88"
:author "SANO Masatoshi"
:license "MIT"
:depends-on ("simple-date-time" "split-sequence" "plump" "zip")