mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
bump version to 19.3.10.97
This commit is contained in:
parent
e4e54208a6
commit
05a4556d6d
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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])
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue