tMakefile: bump version to 0.3.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 e953ca7d943f3612f4eebd3e9e9acf014864c66f
 (DIR) parent 31e67fbca61aa370d1d34b0f310c8f29365a9cc8
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon,  2 May 2022 14:06:11 +0200
       
       Makefile: bump version to 0.3.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.3.1
       +VERSION = 0.3.2
        
        # paths
        PREFIX = /usr/local