From ab5e3dfc9cdb476218538c6687df9f44826d8f11 Mon Sep 17 00:00:00 2001 From: Laslo Hunhold Date: Wed, 11 Apr 2018 12:10:03 +0200 Subject: 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! --- config.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.mk b/config.mk index f303245..e13ced3 100644 --- a/config.mk +++ b/config.mk @@ -1,5 +1,5 @@ # farbfeld version -VERSION = 3 +VERSION = 4 # Customize below to fit your system -- cgit v1.2.3