summaryrefslogtreecommitdiffstats
path: root/sxiv.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-19 14:07:45 +0100
committerBert <ber.t@gmx.com>2011-01-19 14:07:45 +0100
commita7e30bb081ab0a27147f97b8851d7bb76c39c51b (patch)
treed56d33272e11a27e9a5523bcbb2556745b7c6e1a /sxiv.h
parent79c7e6178e9b577158408157ec23a477556ecf16 (diff)
downloadnsxiv-a7e30bb081ab0a27147f97b8851d7bb76c39c51b.tar.zst
Option handling, merged app.c & events.c into main.c
Diffstat (limited to 'sxiv.h')
-rw-r--r--sxiv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sxiv.h b/sxiv.h
index 97252af..d8e329f 100644
--- a/sxiv.h
+++ b/sxiv.h
@@ -21,7 +21,7 @@
#include "config.h"
-#define VERSION "git-20110117"
+#define VERSION "git-20110119"
#define MIN(a,b) ((a) < (b) ? (a) : (b))
#define MAX(a,b) ((a) > (b) ? (a) : (b))