From 5c5923ede0dde9191a4e70bc45ecc5aec44318a8 Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Tue, 6 Mar 2018 14:30:37 +0900 Subject: [PATCH] bump version to 18.3.10.88 --- ChangeLog | 8 ++++++++ configure.ac | 2 +- roswell.asd | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 99c46af..20ee225 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 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'. diff --git a/configure.ac b/configure.ac index 2652656..628c092 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],[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]) diff --git a/roswell.asd b/roswell.asd index 575e731..476388b 100644 --- a/roswell.asd +++ b/roswell.asd @@ -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")