Bump version to 3 - farbfeld - suckless image format with conversion tools
 (HTM) git clone git://git.suckless.org/farbfeld
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 00dd0ab39f634729ec5d99b8057b9cef6fa0f23e
 (DIR) parent 62b95f7f7b3dc6e9fc6add9a186ff5b4b0ece535
 (HTM) Author: Laslo Hunhold <dev@frign.de>
       Date:   Fri, 14 Apr 2017 22:53:43 +0200
       
       Bump version to 3
       
       This is more or less a refactoring release, but with deep changes in the
       tools that I was hoping to look into for a long time.
       The codebase is in a very consistent state now, also thanks to the
       introduction of a set of common utility-functions.
       
       What really makes me think is the fact that it takes so many iterations
       and a high level of detail to get the library handling and I/O right.
       It just makes you wonder how much software is out there that is full
       of little subtle bugs that might blow up in your face some day.
       
       Thanks for all the feedback!
       
       Diffstat:
         M config.mk                           |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/config.mk b/config.mk
       @@ -1,5 +1,5 @@
        # farbfeld version
       -VERSION = 2
       +VERSION = 3
        
        # Customize below to fit your system