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 b5d7078457ca9b963181e1fc65b5510d27f0fd78
parent 187e61d79f66b4e95994b407ad60330b0344c4fb
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 31 Aug 2021 15:36:17 +0200

increment version to 0.2.1

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.0 +VERSION = 0.2.1 # paths PREFIX = /usr/local