tMakefile: increment VERSION to 0.2.0 - 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 cb3d088b83673ff5768b4f57db72efbc7593ed7d
 (DIR) parent c0672a06ab06ee7def7d9acd6b728836f6de7397
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Tue, 31 Aug 2021 14:40:15 +0200
       
       Makefile: increment VERSION to 0.2.0
       
       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.1.2
       +VERSION = 0.2.0
        
        # paths
        PREFIX = /usr/local