bump version to 20.06.14.107

This commit is contained in:
SANO Masatoshi 2020-06-29 17:52:20 +08:00
parent 09df0e3e98
commit 48806d5fe7
4 changed files with 6 additions and 6 deletions

View file

@ -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 <snmsts@gmail.com> Mon, 29 Jun 2020 17:23:29 +0800
-- SANO Masatoshi <snmsts@gmail.com> Mon, 29 Jun 2020 17:23:52 +0800
roswell (20.05.14.106-1) unstable; urgency=low

View file

@ -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=""}

View file

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

View file

@ -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}