summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-09-11 01:13:45 +0200
committerBert <ber.t@gmx.com>2011-09-11 01:13:45 +0200
commite2d4b9c7915a2a356cae04d33f1713ae224fbe7e (patch)
tree9d0877ec19db7974e45c2dfda7e8280797128695 /Makefile
parent510512714df01110cf42cb2a11d944f55297c5cc (diff)
downloadnsxiv-e2d4b9c7915a2a356cae04d33f1713ae224fbe7e.tar.zst
Added dirty flag to img struct
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 107d31c..38c037e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = git-20110910
+VERSION = git-20110911
CC = gcc
CFLAGS = -Wall -pedantic -O2