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 0a65db6641cb3aee5a629dd78453e717685b5251
parent 3ff913401e46517fdf53d9e51ff330c0fb4bbda4
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Sat, 11 Sep 2021 20:58:17 +0200

increment version to 0.2.2

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