tincrement version to 0.2.4 - 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 b14e514a2e52615aec6321ec8e308653323b36ef
(DIR) parent e6a23d29b0e98397210e40824f9f37929eb60c2b
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Sun, 12 Sep 2021 07:17:18 +0200
increment version to 0.2.4
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.3
+VERSION = 0.2.4
# paths
PREFIX = /usr/local