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