bump version to 17.12.10.86

This commit is contained in:
SANO Masatoshi 2017-12-18 16:35:14 +09:00
parent 56caa62483
commit 81bebd6b66
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,11 @@
roswell (17.12.10.86-1) unstable; urgency=low
* Change: if you've already clone sbcl repo by 'ros install sbcl/git' your next compilation is not download src from archive but checkout via git.
* Change: Updated clasp 2017-12-12.
* Fix: some bug related env.
-- SANO Masatoshi <snmsts@gmail.com> Mon, 18 Dec 2017 16:17:43 +0900
roswell (17.11.10.85-1) unstable; urgency=low
* New: support using compiled init.lisp via ros compile-file.(not completed)

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.59])
AC_INIT([roswell],[17.11.10.85],snmsts@gmail.com)
AC_INIT([roswell],[17.12.10.86],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 "17.11.10.85"
:version "17.12.10.86"
:author "SANO Masatoshi"
:license "MIT"
:depends-on ("simple-date-time" "split-sequence" "plump" "zip")