From ca8177f2ac8bd07b0ad88c81c9cd38d277c95f6e Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Wed, 15 Aug 2018 15:35:25 +0900 Subject: [PATCH] bump version to 18.8.10.93 --- ChangeLog | 9 ++++++--- configure.ac | 2 +- roswell.asd | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ceac267..48b8504 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,11 @@ -roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low +roswell (18.8.10.93-1) unstable; urgency=low - * + * Fix: update msys2 version (by Satoaki MIYAO) + * Fix: countdown version number of sbcl-bin wasn't supported more than 10 (by Yuya Kono) + * Fix: lispdir fix for windows (by Hamayama) + * Fix: segfault in 'ros setup' at first time invocation. - -- SANO Masatoshi Wed, 15 Aug 2018 15:24:24 +0900 + -- SANO Masatoshi Wed, 15 Aug 2018 15:34:32 +0900 roswell (18.6.10.92-1) unstable; urgency=low diff --git a/configure.ac b/configure.ac index 4fbd635..6d43ec9 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.6.10.92],snmsts@gmail.com) +AC_INIT([roswell],[18.8.10.93],snmsts@gmail.com) AM_CONFIG_HEADER(config.h) AC_CONFIG_FILES([Makefile src/Makefile]) diff --git a/roswell.asd b/roswell.asd index 4cb5d2a..1568ad1 100644 --- a/roswell.asd +++ b/roswell.asd @@ -1,5 +1,5 @@ (defsystem "roswell" - :version "18.6.10.92" + :version "18.8.10.93" :author "SANO Masatoshi" :license "MIT" :depends-on ("simple-date-time" "split-sequence" "plump" "zip")