mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
bump version to 18.3.10.89
This commit is contained in:
parent
ecaf4bf4e1
commit
bfd0950fac
|
|
@ -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 <snmsts@gmail.com> Tue, 06 Mar 2018 13:07:57 +0900
|
||||
-- SANO Masatoshi <snmsts@gmail.com> Tue, 06 Mar 2018 15:24:44 +0900
|
||||
|
||||
roswell (18.1.10.87-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],[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])
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue