mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
bump version to 16.11.7.70
This commit is contained in:
parent
5abd617c9d
commit
681dda95b3
10
ChangeLog
10
ChangeLog
|
|
@ -1,3 +1,13 @@
|
|||
roswell (16.11.7.70-1) unstable; urgency=low
|
||||
|
||||
* New: new versioning rule.
|
||||
* Change: implement 'sbcl.patchless=t' to test without patch.
|
||||
* Change: 'ros install' would make dump only if install something.
|
||||
* Change: change sbcl-bin download uri.
|
||||
* Change: download sbcl-bin from github when using install-for-ci.sh.
|
||||
|
||||
-- SANO Masatoshi <snmsts@gmail.com> Fri, 18 Nov 2016 01:43:45 +0900
|
||||
|
||||
roswell (0.0.6.69-1) unstable; urgency=low
|
||||
|
||||
* New: 'ros install sbcl --sbcl-bin' to install sbcl as sbcl-bin
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.59])
|
||||
AC_INIT([roswell],[0.0.7.69],snmsts@gmail.com)
|
||||
AC_INIT([roswell],[16.11.7.70],snmsts@gmail.com)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_FILES([Makefile src/Makefile documents/Makefile lisp/Makefile scripts/Makefile])
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ roswell does not function without help of C codes.
|
|||
(in-package :roswell-asd)
|
||||
|
||||
(defsystem roswell
|
||||
:version "0.0.6.69"
|
||||
:version "16.11.7.70"
|
||||
:author "SANO Masatoshi"
|
||||
:license "MIT"
|
||||
:depends-on (:simple-date-time :split-sequence :plump :zip)
|
||||
|
|
|
|||
Loading…
Reference in a new issue