summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert Münnich <be.muennich@googlemail.com>2012-03-13 21:58:48 +0100
committerBert Münnich <be.muennich@googlemail.com>2012-03-13 21:58:48 +0100
commitd7ff54bb6efc3dbaa2e524a141b423f894bcbc98 (patch)
treede9efd4f6740b5c8d978755432c30422e6a15a03 /Makefile
parent3238ef6bf6a4a0e1842aff565f4286ef9de6ce3c (diff)
downloadnsxiv-d7ff54bb6efc3dbaa2e524a141b423f894bcbc98.tar.zst
Optimized redraw timeout after window resize for tiling window managers; related to issue #44
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f0a46d5..e89a309 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = git-20120302
+VERSION = git-20120313
CC = gcc
CFLAGS = -ansi -Wall -pedantic -O2