bump version to 0.2 - hurl - Gopher/HTTP/HTTPS file grabber
 (HTM) git clone git://git.codemadness.org/hurl
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit cf199b744e423c554f26f42b5054b469ed142bbd
 (DIR) parent 709837bd458957d4a2f538123d45916184f81c3e
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Sun, 10 Nov 2019 14:34:43 +0100
       
       bump version to 0.2
       
       document some BSD functions are used.
       
       Diffstat:
         M Makefile                            |       2 +-
         M README                              |       2 +-
       
       2 files changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       @@ -3,7 +3,7 @@
        .POSIX:
        
        NAME = hurl
       -VERSION = 0.1
       +VERSION = 0.2
        
        PREFIX = /usr/local
        BINDIR = ${PREFIX}/bin
 (DIR) diff --git a/README b/README
       @@ -20,7 +20,7 @@ Dependencies
        ------------
        
        - C compiler (C99).
       -- libc
       +- libc + some BSD functions like err() and strlcat().
        - LibreSSL(-portable)
        - libtls (part of LibreSSL).