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 12183ac7e344347247a0764cf4820a6f232dbc03
parent f5b275d8876246cc06f45727052174755ac0eb17
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  2 May 2022 14:05:05 +0200

Makefile: bump version to 0.3.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.3.0 +VERSION = 0.3.1 # paths PREFIX = /usr/local