diff options
Diffstat (limited to 'sxiv.h')
-rw-r--r-- | sxiv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)) |