From bfd0950fac372da6c27d05cde3760eab7ec1b2fa Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Tue, 6 Mar 2018 15:26:42 +0900 Subject: [PATCH] bump version to 18.3.10.89 --- ChangeLog | 4 ++-- configure.ac | 2 +- roswell.asd | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 20ee225..b087140 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 Tue, 06 Mar 2018 13:07:57 +0900 + -- SANO Masatoshi Tue, 06 Mar 2018 15:24:44 +0900 roswell (18.1.10.87-1) unstable; urgency=low diff --git a/configure.ac b/configure.ac index 628c092..9a4f080 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) diff --git a/roswell.asd b/roswell.asd index 476388b..b27ae9a 100644 --- a/roswell.asd +++ b/roswell.asd @@ -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")