mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
bump version to 20.05.14.106
This commit is contained in:
parent
230f82c101
commit
10aab6bdf7
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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=""}
|
||||
|
||||
|
|
|
|||
|
|
@ -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")
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue