summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaslo Hunhold <dev@frign.de>2018-04-11 12:10:03 +0200
committerLaslo Hunhold <dev@frign.de>2018-04-11 12:51:47 +0200
commitab5e3dfc9cdb476218538c6687df9f44826d8f11 (patch)
tree4fa19d48602636e9c0eda66986ae2cbe91b6dbfd
parentd9c382a9d873c8758f518c6aa7e6c32cf3ea7b89 (diff)
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!
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
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