[hackers] [farbfeld] Bump version to 4 || Laslo Hunhold

From: <git_AT_suckless.org>
Date: Wed, 11 Apr 2018 12:55:43 +0200 (CEST)

commit ab5e3dfc9cdb476218538c6687df9f44826d8f11
Author: Laslo Hunhold <dev_AT_frign.de>
AuthorDate: Wed Apr 11 12:10:03 2018 +0200
Commit: Laslo Hunhold <dev_AT_frign.de>
CommitDate: Wed Apr 11 12:51:47 2018 +0200

    Bump version to 4
    
    Foremost this release finally includes a fix for the little mistake I made in
    the Makefile regarding the order of arguments passed to cc which package
    managers had to fix with a small patch. It now also compiles on OpenBSD
    without problems.
    
    Apart from that, I made error reporting much more consistent by putting
    everything into util.c, which makes the code much more readable, and
    cleared up all LICENSE matters and minor details in the build system.
    
    At this point, farbfeld is very stable and unless another tool is added
    the codebase in general is very low on the Kelvin scale right now.
    
    Thanks for all the feedback!

diff --git a/config.mk b/config.mk
index f303245..e13ced3 100644
--- a/config.mk
+++ b/config.mk
_AT_@ -1,5 +1,5 @@
 # farbfeld version
-VERSION = 3
+VERSION = 4
 
 # Customize below to fit your system
 
Received on Wed Apr 11 2018 - 12:55:43 CEST

This archive was generated by hypermail 2.3.0 : Wed Apr 11 2018 - 13:00:33 CEST