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 e9477a50184a9679dc571a1e22194e4d0e672a4d
parent b6aeff4f0628c5e338d7dfa71a5f9122a0e208c1
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  2 May 2022 14:52:53 +0200

Makefile: bump version to 0.3.3

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