mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
bump version to 17.8.9.81
This commit is contained in:
parent
b0bbe588bc
commit
a8c9c50a8f
|
|
@ -1,8 +1,11 @@
|
|||
roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low
|
||||
roswell (17.8.9.81-1) unstable; urgency=low
|
||||
|
||||
*
|
||||
* New: environment switch facility.
|
||||
* Change: Updated Clasp 2017-06-13. (by gos-k)
|
||||
* fix: msys2 path (by jaccarmac)
|
||||
* fix: initial proxy support (by egao1980)
|
||||
|
||||
-- SANO Masatoshi <snmsts@gmail.com> Sun, 16 Jul 2017 21:28:08 +0900
|
||||
-- SANO Masatoshi <snmsts@gmail.com> Thu, 17 Aug 2017 03:34:21 +0900
|
||||
|
||||
roswell (17.7.9.80-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.7.9.80],snmsts@gmail.com)
|
||||
AC_INIT([roswell],[17.8.9.81],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.7.9.80"
|
||||
:version "17.8.9.81"
|
||||
:author "SANO Masatoshi"
|
||||
:license "MIT"
|
||||
:depends-on (:simple-date-time :split-sequence :plump :zip)
|
||||
|
|
|
|||
Loading…
Reference in a new issue