bump version to 16.11.7.70

This commit is contained in:
SANO Masatoshi 2016-11-18 02:37:28 +09:00
parent 5abd617c9d
commit 681dda95b3
3 changed files with 12 additions and 2 deletions

View file

@ -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

View file

@ -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])

View file

@ -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)