mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
bump version to 18.4.10.91
This commit is contained in:
parent
c60e771312
commit
c90ec457f3
|
|
@ -1,8 +1,8 @@
|
|||
roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low
|
||||
roswell (18.4.10.91-1) unstable; urgency=low
|
||||
|
||||
*
|
||||
* Fix: support github chnaging format.
|
||||
|
||||
-- SANO Masatoshi <snmsts@gmail.com> Mon, 23 Apr 2018 13:46:19 +0900
|
||||
-- SANO Masatoshi <snmsts@gmail.com> Mon, 23 Apr 2018 13:46:27 +0900
|
||||
|
||||
roswell (18.4.10.90-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.4.10.90],snmsts@gmail.com)
|
||||
AC_INIT([roswell],[18.4.10.91],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.4.10.90"
|
||||
:version "18.4.10.91"
|
||||
:author "SANO Masatoshi"
|
||||
:license "MIT"
|
||||
:depends-on ("simple-date-time" "split-sequence" "plump" "zip")
|
||||
|
|
|
|||
Loading…
Reference in a new issue