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 e44372e038bc7812fcc3a003aa1127fde4cab3d3
parent 7e1c96b104d76ccd46ef5a5596710ab2a871d74a
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu,  5 May 2022 13:18:04 +0200

Makefile: bump version

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

diff --git a/Makefile b/Makefile @@ -1,7 +1,7 @@ .POSIX: NAME = numtools -VERSION = 0.4.0 +VERSION = 0.4.1 # paths PREFIX = /usr/local