tincrement version to 0.2.2 - numtools - perform numerical operations on vectors and matrices in unix pipes
(HTM) git clone git://src.adamsgaard.dk/numtools
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 0a65db6641cb3aee5a629dd78453e717685b5251
(DIR) parent 3ff913401e46517fdf53d9e51ff330c0fb4bbda4
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sat, 11 Sep 2021 20:58:17 +0200
increment version to 0.2.2
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.1
+VERSION = 0.2.2
# paths
PREFIX = /usr/local