bump version to 20.05.14.106

This commit is contained in:
SANO Masatoshi 2020-05-21 17:05:51 +08:00
parent 230f82c101
commit 10aab6bdf7
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.05.14.106-1) unstable; urgency=low
*
* New: 'ros follow-dependency=t install foo/bar' to recursive install submodules. (Requested by Bo Yao and cxxxr)
-- SANO Masatoshi <snmsts@gmail.com> Thu, 21 May 2020 16:51:54 +0800
-- SANO Masatoshi <snmsts@gmail.com> Thu, 21 May 2020 17:01:53 +0800
roswell (20.04.14.105-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.04.14.105],snmsts@gmail.com)
AC_INIT([roswell],[20.05.14.106],snmsts@gmail.com)
${CFLAGS=""}
${CXXFLAGS=""}

View file

@ -1,5 +1,5 @@
(defsystem "roswell"
:version "20.4.14.105"
:version "20.5.14.106"
: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.04.14.105
ROSWELL_RELEASE_VERSION=20.05.14.106
ROSWELL_TARBALL_PATH=$HOME/roswell.tar.gz
ROSWELL_DIR=$HOME/.roswell
ROSWELL_REPO=${ROSWELL_REPO:-https://github.com/roswell/roswell}