URI:
       tMakefile: bump version to 0.3.0 - 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 087d7f25a9305063682cf564166d5a008cea6b4b
   DIR parent b6731286f9cd7efd11eafb989f04acb26edd696e
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon,  2 May 2022 13:33:50 +0200
       
       Makefile: bump version to 0.3.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.2.6
       +VERSION = 0.3.0
        
        # paths
        PREFIX = /usr/local