bump version to 0.0.3.55

This commit is contained in:
SANO Masatoshi 2016-01-10 23:14:35 +09:00
parent 0367269198
commit 4782911834
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,13 @@
roswell (0.0.3.55-1) unstable; urgency=low
* New: chm file are generated for windows platform.
* New: 'ros asdf' introduced.
* Improve: document html have now link. (by Masataro Asai)
* Change: transfered from snmsts/roswell to roswell/roswell.
* Change: 'ros build' support shebang line.
-- SANO Masatoshi <snmsts@gmail.com> Sun, 10 Jan 2016 22:36:11 +0900
roswell (0.0.3.54-1) unstable; urgency=low roswell (0.0.3.54-1) unstable; urgency=low
* New: `ros:ensure-using-downloaded-asdf` are introduced. * New: `ros:ensure-using-downloaded-asdf` are introduced.

View file

@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script. # Process this file with autoconf to produce a configure script.
AC_PREREQ([2.65]) AC_PREREQ([2.65])
AC_INIT([roswell],[0.0.3.54],snmsts@gmail.com) AC_INIT([roswell],[0.0.3.55],snmsts@gmail.com)
AM_CONFIG_HEADER(config.h) AM_CONFIG_HEADER(config.h)
AC_CONFIG_FILES([Makefile src/Makefile documents/Makefile]) AC_CONFIG_FILES([Makefile src/Makefile documents/Makefile])

View file

@ -8,7 +8,7 @@
(in-package :roswell-asd) (in-package :roswell-asd)
(defsystem roswell (defsystem roswell
:version "0.0.3.54" :version "0.0.3.55"
:author "SANO Masatoshi" :author "SANO Masatoshi"
:license "MIT" :license "MIT"
:depends-on () :depends-on ()