diff options
author | Bert <ber.t@gmx.com> | 2011-01-21 15:30:51 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-01-21 15:30:51 +0100 |
commit | 60a9ed756778478b19ce9d44cfa3ac963aeec175 (patch) | |
tree | c68aae96bcefac521a5f4b7124452331f85ec822 | |
parent | 50da19f9c12af044b7ed96ab70f608a32a10e32c (diff) |
version 0.1
-rw-r--r-- | sxiv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ #include "config.h" -#define VERSION "git-20110119" +#define VERSION "0.1" #define ABS(a) ((a) < 0 ? (-(a)) : (a)) #define MIN(a,b) ((a) < (b) ? (a) : (b)) |