tMakefile: bump version - 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 8c32ab3c1a1437de373d18397a4c1051d169691b
 (DIR) parent ae57f02c3a5607428412f20ca30c9b4629641e69
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu,  5 May 2022 13:15:29 +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.3.3
       +VERSION = 0.4.0
        
        # paths
        PREFIX = /usr/local