summaryrefslogtreecommitdiffstats
path: root/sxiv.h
diff options
context:
space:
mode:
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 a8be2fe..abd25c8 100644
--- a/sxiv.h
+++ b/sxiv.h
@@ -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))