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 "0.1" +#define VERSION "git-20110123" #define ABS(a) ((a) < 0 ? (-(a)) : (a)) #define MIN(a,b) ((a) < (b) ? (a) : (b)) |