bump version to 0.0.3.48

This commit is contained in:
SANO Masatoshi 2015-09-20 22:49:01 +09:00
parent 3ef6345705
commit 040d18d83f
2 changed files with 8 additions and 1 deletions

View file

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

View file

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