numtools

perform numerical operations on vectors and matrices in unix pipes
git clone git://src.adamsgaard.dk/numtools # fast
git clone https://src.adamsgaard.dk/numtools.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 40aa55b0e89b605203a255a0ce9aa3e9e7656546
parent 6814924cd230827d0b9edc95ab7156125665d394
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sun, 12 Sep 2021 07:32:41 +0200

increment version 0.2.5

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ .POSIX: NAME = mathtools -VERSION = 0.2.4 +VERSION = 0.2.5 # paths PREFIX = /usr/local