From a7e30bb081ab0a27147f97b8851d7bb76c39c51b Mon Sep 17 00:00:00 2001 From: Bert Date: Wed, 19 Jan 2011 14:07:45 +0100 Subject: Option handling, merged app.c & events.c into main.c --- sxiv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sxiv.h') 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)) -- cgit v1.2.3