bump version to 18.4.10.91

This commit is contained in:
SANO Masatoshi 2018-04-23 13:58:30 +09:00
parent c60e771312
commit c90ec457f3
3 changed files with 5 additions and 5 deletions

View file

@ -1,8 +1,8 @@
roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low
roswell (18.4.10.91-1) unstable; urgency=low
*
* Fix: support github chnaging format.
-- SANO Masatoshi <snmsts@gmail.com> Mon, 23 Apr 2018 13:46:19 +0900
-- SANO Masatoshi <snmsts@gmail.com> Mon, 23 Apr 2018 13:46:27 +0900
roswell (18.4.10.90-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.4.10.90],snmsts@gmail.com)
AC_INIT([roswell],[18.4.10.91],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.4.10.90"
:version "18.4.10.91"
:author "SANO Masatoshi"
:license "MIT"
:depends-on ("simple-date-time" "split-sequence" "plump" "zip")