Bump version to 2 - 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 49cef794d9cef3c1ab8478963a7f778c8c28eb70
 (DIR) parent 1d07cf4473ef4539d3ea249bf7e751a695470ff9
 (HTM) Author: FRIGN <dev@frign.de>
       Date:   Mon, 14 Mar 2016 23:12:49 +0100
       
       Bump version to 2
       
       There have been quite considerable changes since version 1.
       The conversion tools have had a considerable performance boost of
       around 75% by using a row-buffer instead of reading each R-G-B-A-chunk
       individually.
       Also, 2ff(1) somehow called "xconvert" instead of "convert", rendering
       it useless for anything other than png's and jpg's.
       There was a small excursion to color spaces and ICC color profile
       handling, but this has been dismissed (it was a difficult decision).
       
       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 = 1
       +VERSION = 2
        
        # Customize below to fit your system