Skip to content

Commit

Permalink
Blurring is adjustable
Browse files Browse the repository at this point in the history
With this release blurring is automatically adjusted for different
resolutions. Also there are new options (-r and -s) to manually adjust
blurring.
  • Loading branch information
karulont committed Jun 17, 2014
1 parent 8be211a commit 8a3bd20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ LIBS += -lm
FILES:=$(wildcard *.c)
FILES:=$(FILES:.c=.o)

VERSION:=$(shell git describe --tags --abbrev=0)
GIT_VERSION:="$(shell git describe --tags --always) ($(shell git log --pretty=format:%cd --date=short -n1))"
VERSION:=2.5
GIT_VERSION:=2.5.3
CPPFLAGS += -DVERSION=\"${GIT_VERSION}\"

.PHONY: install clean uninstall
Expand Down

0 comments on commit 8a3bd20

Please sign in to comment.