From 478291183493c980ea21f70417a6288a4bb070cd Mon Sep 17 00:00:00 2001 From: SANO Masatoshi Date: Sun, 10 Jan 2016 23:14:35 +0900 Subject: [PATCH] bump version to 0.0.3.55 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- roswell.asd | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index cc48dad..9325ca9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 Sun, 10 Jan 2016 22:36:11 +0900 + roswell (0.0.3.54-1) unstable; urgency=low * New: `ros:ensure-using-downloaded-asdf` are introduced. diff --git a/configure.ac b/configure.ac index 9df2175..61e444e 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. 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) AC_CONFIG_FILES([Makefile src/Makefile documents/Makefile]) diff --git a/roswell.asd b/roswell.asd index bd78154..280990f 100644 --- a/roswell.asd +++ b/roswell.asd @@ -8,7 +8,7 @@ (in-package :roswell-asd) (defsystem roswell - :version "0.0.3.54" + :version "0.0.3.55" :author "SANO Masatoshi" :license "MIT" :depends-on ()