bump version to 18.3.10.89

This commit is contained in:
SANO Masatoshi 2018-03-06 15:26:42 +09:00
parent ecaf4bf4e1
commit bfd0950fac
3 changed files with 4 additions and 4 deletions

View file

@ -1,10 +1,10 @@
roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low
roswell (18.3.10.89-1) unstable; urgency=low
* New: 'ros balus' for delete config.
* New: 'ros templete' implementation (by eshamster)
* Fix: 7zip installation failure (by Akihide Nano)
-- SANO Masatoshi <snmsts@gmail.com> Tue, 06 Mar 2018 13:07:57 +0900
-- SANO Masatoshi <snmsts@gmail.com> Tue, 06 Mar 2018 15:24:44 +0900
roswell (18.1.10.87-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],[18.3.10.88],snmsts@gmail.com)
AC_INIT([roswell],[18.3.10.89],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 "18.3.10.88"
:version "18.3.10.89"
:author "SANO Masatoshi"
:license "MIT"
:depends-on ("simple-date-time" "split-sequence" "plump" "zip")