mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
bump version to 0.0.3.48
This commit is contained in:
parent
3ef6345705
commit
040d18d83f
|
|
@ -1,3 +1,10 @@
|
|||
roswell (0.0.3.48-1) unstable; urgency=low
|
||||
|
||||
* New: 'ros list versions impl' would show a version list installeable.
|
||||
* Improve: check atom file for checking sbcl version.
|
||||
|
||||
-- SANO Masatoshi <snmsts@gmail.com> Sun, 20 Sep 2015 22:39:42 +0900
|
||||
|
||||
roswell (0.0.3.47-1) unstable; urgency=low
|
||||
|
||||
* Fixed: Wrong implementation's dump are listed when 'ros list dump'.
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.65])
|
||||
AC_INIT([roswell],[0.0.3.47],snmsts@gmail.com)
|
||||
AC_INIT([roswell],[0.0.3.48],snmsts@gmail.com)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AC_CONFIG_FILES([Makefile src/Makefile])
|
||||
|
|
|
|||
Loading…
Reference in a new issue