bump version to 19.3.10.97

This commit is contained in:
SANO Masatoshi 2019-03-05 17:25:34 +08:00
parent e4e54208a6
commit 05a4556d6d
3 changed files with 7 additions and 5 deletions

View file

@ -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 <snmsts@gmail.com> Tue, 05 Mar 2019 17:20:48 +0800
-- SANO Masatoshi <snmsts@gmail.com> Tue, 05 Mar 2019 17:24:43 +0800
roswell (19.1.10.96-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],[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])

View file

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