Skip to content

Commit

Permalink
0.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gramian committed Jun 5, 2023
1 parent 8d4ea6f commit 04ca69c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 6 deletions.
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ CHICKEN_INSTALL = chicken-install
CHICKEN_PROFILE = chicken-profile
TEST_NEW_EGG = test-new-egg # homebrew: /opt/homebrew/Cellar/chicken/5.3.0_1/bin/test-new-egg

# DEV-TEMP
TAR = gtar
SED = gsed
TEST_NEW_EGG = /opt/homebrew/Cellar/chicken/5.3.0_1/bin/test-new-egg

CLARG =
LEVEL = -O3
DEBUG = -d0
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -873,6 +873,7 @@ make mips
* **CHANGED** `mx*+` to `mx-axpy`
* **IMPROVED** `mx-qr`
* **IMPROVED** `mx-solver`
* ... and many minor updates and fixes.

<details><summary markdown="span"><b>0.4</b> (2023-06-01)</summary>

Expand Down
1 change: 1 addition & 0 deletions matrico.release-info
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@
(release "0.4rel")

(release "0.5rc1")
(release "0.5rel")
6 changes: 6 additions & 0 deletions matrico.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#! /bin/sh
#|
exec csi -R matrico -q "$0" "$@"
|#

(print "\033]0;matrico\007") ; set window title
2 changes: 1 addition & 1 deletion version.scm
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(define (matrico-version) "0.5rc1")
(define (matrico-version) "0.5rel")

0 comments on commit 04ca69c

Please sign in to comment.