summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert Münnich <ber.t@gmx.com>2011-09-26 21:28:27 +0200
committerBert Münnich <ber.t@gmx.com>2011-09-26 21:28:27 +0200
commitd08408e94250425e677e1ab33d917e05e229faa2 (patch)
tree2d8ca1ac2ea2d1f16515f98b375862b3ad6d33e4 /Makefile
parent9e52ae768e628ffbefabd6f7445d47d10c0aced9 (diff)
downloadnsxiv-d08408e94250425e677e1ab33d917e05e229faa2.tar.zst
Make use of EXIT_* macros (2)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5616326..3813ae8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = git-20110923
+VERSION = git-20110926
CC = gcc
CFLAGS = -Wall -pedantic -O2