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 db72bc66161a10f23696e131d5748a27ddfafeaf
parent 9f42d7162848c39ca7c71a57aa9e2d9a5fd3c5e3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 11 May 2022 15:58:20 +0200

Makefile: bump version to 0.5.0

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