tMakefile: bump version - 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 e44372e038bc7812fcc3a003aa1127fde4cab3d3
DIR parent 7e1c96b104d76ccd46ef5a5596710ab2a871d74a
HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Thu, 5 May 2022 13:18:04 +0200
Makefile: bump version
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 = numtools
-VERSION = 0.4.0
+VERSION = 0.4.1
# paths
PREFIX = /usr/local