mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
bump version to 0.0.3.55
This commit is contained in:
parent
0367269198
commit
4782911834
10
ChangeLog
10
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 <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.
|
||||||
|
|
|
||||||
|
|
@ -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])
|
||||||
|
|
|
||||||
|
|
@ -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 ()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue