diff options
author | Bert Münnich <ber.t@posteo.de> | 2015-07-22 21:08:00 +0200 |
---|---|---|
committer | Bert Münnich <ber.t@posteo.de> | 2015-07-22 21:08:00 +0200 |
commit | d8114e841c5b5933a655a3ec728cedd37b86d27d (patch) | |
tree | 2be7e565f37243daac529efc037d50c17e1d5e08 /Makefile | |
parent | 9264a65c192c9678fa4a048fdbb177ebf487c6b9 (diff) |
Thumbnail cache file format depending on existance of alpha layer
Use PNG if image has alpha layer, JPG if not. Fixes issue #209
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -VERSION := git-20150518 +VERSION := git-20150722 PREFIX := /usr/local MANPREFIX := $(PREFIX)/share/man |