URI:
       tincrement version 0.2.5 - 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 40aa55b0e89b605203a255a0ce9aa3e9e7656546
   DIR parent 6814924cd230827d0b9edc95ab7156125665d394
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun, 12 Sep 2021 07:32:41 +0200
       
       increment version 0.2.5
       
       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.4
       +VERSION = 0.2.5
        
        # paths
        PREFIX = /usr/local