mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
bump version to 17.5.8.77
This commit is contained in:
parent
5765e6cbd9
commit
9145672e03
|
|
@ -1,4 +1,4 @@
|
|||
roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low
|
||||
roswell (17.5.8.77-1) unstable; urgency=low
|
||||
|
||||
* New: `ros update project` support projects using hg by (implemented by gos-k)
|
||||
* New: `ros list git` to show which project are installed via git
|
||||
|
|
@ -13,7 +13,7 @@ roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low
|
|||
* Fix: `roswell:script` errored without `(roswell:ensure-asdf)` (reported by Alexander Artemenko)
|
||||
* Fix: when `system_` return NULL cause segfault on windows (reported by fukamachi)
|
||||
|
||||
-- SANO Masatoshi <snmsts@gmail.com> Sun, 14 May 2017 16:15:17 +0900
|
||||
-- SANO Masatoshi <snmsts@gmail.com> Sat, 20 May 2017 22:02:57 +0900
|
||||
|
||||
roswell (17.4.8.76-1) unstable; urgency=low
|
||||
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.59])
|
||||
AC_INIT([roswell],[17.4.8.76],snmsts@gmail.com)
|
||||
AC_INIT([roswell],[17.5.8.77],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 "17.4.8.76"
|
||||
:version "17.5.8.77"
|
||||
:author "SANO Masatoshi"
|
||||
:license "MIT"
|
||||
:depends-on (:simple-date-time :split-sequence :plump :zip)
|
||||
|
|
|
|||
Loading…
Reference in a new issue