diff --git a/ChangeLog b/ChangeLog index b0d36d7..98b09d8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,8 @@ -roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low +roswell (20.06.14.107-1) unstable; urgency=low - * + * New: 'ros ecl-config' to lunch ecl-config. - -- SANO Masatoshi Mon, 29 Jun 2020 17:23:29 +0800 + -- SANO Masatoshi Mon, 29 Jun 2020 17:23:52 +0800 roswell (20.05.14.106-1) unstable; urgency=low diff --git a/configure.ac b/configure.ac index 25e9389..987a415 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.59]) -AC_INIT([roswell],[20.05.14.106],snmsts@gmail.com) +AC_INIT([roswell],[20.06.14.107],snmsts@gmail.com) ${CFLAGS=""} ${CXXFLAGS=""} diff --git a/roswell.asd b/roswell.asd index 9ba41e7..41ade58 100644 --- a/roswell.asd +++ b/roswell.asd @@ -1,5 +1,5 @@ (defsystem "roswell" - :version "20.5.14.106" + :version "20.6.14.107" :author "SANO Masatoshi" :license "MIT" :depends-on ("simple-date-time" "split-sequence" "plump" "zip") diff --git a/scripts/install-for-ci.sh b/scripts/install-for-ci.sh index ec90337..830939d 100644 --- a/scripts/install-for-ci.sh +++ b/scripts/install-for-ci.sh @@ -1,7 +1,7 @@ #!/bin/sh set -e -ROSWELL_RELEASE_VERSION=20.05.14.106 +ROSWELL_RELEASE_VERSION=20.06.14.107 ROSWELL_TARBALL_PATH=$HOME/roswell.tar.gz ROSWELL_DIR=$HOME/.roswell ROSWELL_REPO=${ROSWELL_REPO:-https://github.com/roswell/roswell}