bump version to 17.8.9.81

This commit is contained in:
SANO Masatoshi 2017-08-17 03:48:17 +09:00
parent b0bbe588bc
commit a8c9c50a8f
3 changed files with 8 additions and 5 deletions

View file

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

View file

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

View file

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