tincrement version to 0.2.1 - numtools - perform numerical operations on vectors and matrices in unix pipes
HTML git clone git://src.adamsgaard.dk/numtools
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit b5d7078457ca9b963181e1fc65b5510d27f0fd78
DIR parent 187e61d79f66b4e95994b407ad60330b0344c4fb
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 31 Aug 2021 15:36:17 +0200
increment version to 0.2.1
Diffstat:
M Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/Makefile b/Makefile
t@@ -1,7 +1,7 @@
.POSIX:
NAME = mathtools
-VERSION = 0.2.0
+VERSION = 0.2.1
# paths
PREFIX = /usr/local