bump version to 17.5.8.78

This commit is contained in:
SANO Masatoshi 2017-05-21 14:18:29 +09:00
parent a579e54f9e
commit b6a6510964
3 changed files with 4 additions and 4 deletions

View file

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

View file

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

View file

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