mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
bump version to 17.5.8.78
This commit is contained in:
parent
a579e54f9e
commit
b6a6510964
|
|
@ -1,8 +1,8 @@
|
|||
roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low
|
||||
roswell (17.5.8.78-1) unstable; urgency=low
|
||||
|
||||
* Bugfix: release script is not working sufficiently.
|
||||
|
||||
-- SANO Masatoshi <snmsts@gmail.com> Sat, 20 May 2017 23:25:33 +0900
|
||||
-- SANO Masatoshi <snmsts@gmail.com> Sun, 21 May 2017 14:18:12 +0900
|
||||
|
||||
roswell (17.5.8.77-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],[17.5.8.77],snmsts@gmail.com)
|
||||
AC_INIT([roswell],[17.5.8.78],snmsts@gmail.com)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_FILES([Makefile src/Makefile documents/Makefile lisp/Makefile scripts/Makefile])
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ roswell does not function without help of C codes.
|
|||
(in-package :roswell-asd)
|
||||
|
||||
(defsystem roswell
|
||||
:version "17.5.8.77"
|
||||
:version "17.5.8.78"
|
||||
:author "SANO Masatoshi"
|
||||
:license "MIT"
|
||||
:depends-on (:simple-date-time :split-sequence :plump :zip)
|
||||
|
|
|
|||
Loading…
Reference in a new issue