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 cb3d088b83673ff5768b4f57db72efbc7593ed7d
parent c0672a06ab06ee7def7d9acd6b728836f6de7397
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue, 31 Aug 2021 14:40:15 +0200

Makefile: increment VERSION to 0.2.0

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