mirror of
https://github.com/roswell/roswell.git
synced 2026-09-10 07:16:17 -04:00
bump version to 19.09.12.102
This commit is contained in:
parent
876370a900
commit
8d66d90b1d
|
|
@ -1,8 +1,10 @@
|
|||
roswell (master-changelog-which-not-yet-released-1) unstable; urgency=low
|
||||
roswell (19.09.12.102-1) unstable; urgency=low
|
||||
|
||||
*
|
||||
* New: 'ros -v uri=http://prdownloads.sourceforge.net/sbcl/sbcl-1.5.5-x86-64-linux-binary.tar.bz2 install sbcl-bin' to install sbcl-bin from specified uri
|
||||
* New: tested with openindiana
|
||||
* New: roswell.util::local-projects-searcher implemented for remove directory start with "."
|
||||
|
||||
-- SANO Masatoshi <snmsts@gmail.com> Mon, 30 Sep 2019 01:08:45 +0800
|
||||
-- SANO Masatoshi <snmsts@gmail.com> Mon, 30 Sep 2019 01:09:19 +0800
|
||||
|
||||
roswell (19.08.10.101-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],[19.08.11.101],snmsts@gmail.com)
|
||||
AC_INIT([roswell],[19.09.12.102],snmsts@gmail.com)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
(defsystem "roswell"
|
||||
:version "19.8.10.101"
|
||||
:version "19.9.12.102"
|
||||
: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=19.08.10.101
|
||||
ROSWELL_RELEASE_VERSION=19.09.12.102
|
||||
ROSWELL_TARBALL_PATH=$HOME/roswell.tar.gz
|
||||
ROSWELL_DIR=$HOME/.roswell
|
||||
ROSWELL_REPO=${ROSWELL_REPO:-https://github.com/roswell/roswell}
|
||||
|
|
|
|||
|
|
@ -143,7 +143,7 @@ exec ros -Q -L sbcl-bin -- $0 "$@"
|
|||
(defun release (argv)
|
||||
(declare (ignore argv))
|
||||
(!"git checkout master")
|
||||
(!"git add ChangeLog configure.ac roswell.asd install-for-ci.sh")
|
||||
(!"git add ChangeLog configure.ac roswell.asd scripts/install-for-ci.sh")
|
||||
(!(format nil "git commit -m \"bump version to ~A\"" (find-version))))
|
||||
|
||||
(defun release-push (argv)
|
||||
|
|
|
|||
Loading…
Reference in a new issue