tincrement version to 0.2.3 - 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 c598541cf915a211e3f9a96d08919ff3e022e96b
 (DIR) parent 073e292941bfee7554e142dda35b272380ad1638
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sat, 11 Sep 2021 21:25:57 +0200
       
       increment version to 0.2.3
       
       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.2
       +VERSION = 0.2.3
        
        # paths
        PREFIX = /usr/local