summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorBert Münnich <be.muennich@gmail.com>2013-04-02 19:32:59 +0200
committerBert Münnich <be.muennich@gmail.com>2013-04-02 19:32:59 +0200
commit98972e98f942fa3d3cd2b8f6a831da0a1f94551f (patch)
tree5cf114d84978452baf5b4199e8aec97678eaea9a /Makefile
parentaf69b2a7bbac973c837177de03616460393e28d2 (diff)
downloadnsxiv-98972e98f942fa3d3cd2b8f6a831da0a1f94551f.tar.zst
Fixed segfault caused by FD_ISSET() on negative fd
Reported by Kris Siwiec
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 747229a..a35e06e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 1.1
+VERSION = git-20130402
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/share/man