tMakefile: bump version to 0.5.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 db72bc66161a10f23696e131d5748a27ddfafeaf
 (DIR) parent 9f42d7162848c39ca7c71a57aa9e2d9a5fd3c5e3
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed, 11 May 2022 15:58:20 +0200
       
       Makefile: bump version to 0.5.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 = numtools
       -VERSION = 0.4.1
       +VERSION = 0.5.0
        
        # paths
        PREFIX = /usr/local