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