Bump version to 4 - farbfeld - suckless image format with conversion tools | |
git clone git://git.suckless.org/farbfeld | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit ab5e3dfc9cdb476218538c6687df9f44826d8f11 | |
parent d9c382a9d873c8758f518c6aa7e6c32cf3ea7b89 | |
Author: Laslo Hunhold <[email protected]> | |
Date: Wed, 11 Apr 2018 12:10:03 +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! | |
Diffstat: | |
M config.mk | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/config.mk b/config.mk | |
@@ -1,5 +1,5 @@ | |
# farbfeld version | |
-VERSION = 3 | |
+VERSION = 4 | |
# Customize below to fit your system | |