From 05a4556d6dc01bda227a4325cc80dd89b7f863e4 Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Tue, 5 Mar 2019 17:25:34 +0800 Subject: [PATCH] bump version to 19.3.10.97 --- ChangeLog | 8 +++++--- configure.ac | 2 +- roswell.asd | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 72ae216..5d489e2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ -roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low +roswell (19.3.10.97-1) unstable; urgency=low - * + * Change: Updated clasp 2019-01-19. by gos-k + * Fix: Ensure that path is checked for in update-hg and update-git. by jsjolen + * Fix: dump core fails at initial launch. - -- SANO Masatoshi Tue, 05 Mar 2019 17:20:48 +0800 + -- SANO Masatoshi Tue, 05 Mar 2019 17:24:43 +0800 roswell (19.1.10.96-1) unstable; urgency=low diff --git a/configure.ac b/configure.ac index 07e17d7..587f508 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],[19.1.10.96],snmsts@gmail.com) +AC_INIT([roswell],[19.3.10.97],snmsts@gmail.com) AM_CONFIG_HEADER(config.h) AC_CONFIG_FILES([Makefile src/Makefile]) diff --git a/roswell.asd b/roswell.asd index 1a4d4d8..880de81 100644 --- a/roswell.asd +++ b/roswell.asd @@ -1,5 +1,5 @@ (defsystem "roswell" - :version "19.1.10.96" + :version "19.3.10.97" :author "SANO Masatoshi" :license "MIT" :depends-on ("simple-date-time" "split-sequence" "plump" "zip")