summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorFRIGN <dev@frign.de>2016-03-14 23:12:49 +0100
committerFRIGN <dev@frign.de>2016-03-14 23:12:49 +0100
commit49cef794d9cef3c1ab8478963a7f778c8c28eb70 (patch)
tree3bb41414b09965ddfe43d7a76fb92dcdb11d0e0e /config.mk
parent1d07cf4473ef4539d3ea249bf7e751a695470ff9 (diff)
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 (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 37ad05f..94a4570 100644
--- a/config.mk
+++ b/config.mk
@@ -1,5 +1,5 @@
# farbfeld version
-VERSION = 1
+VERSION = 2
# Customize below to fit your system