summaryrefslogtreecommitdiffstats
path: root/sxiv.h
diff options
context:
space:
mode:
authorBert <ber.t@gmx.com>2011-01-23 12:37:47 +0100
committerBert <ber.t@gmx.com>2011-01-23 12:37:47 +0100
commitb7b8705c27d1648e684a170500e52da7851532e5 (patch)
treef1ea0cb976bc4091723b788b292c3ff5d6bfa900 /sxiv.h
parent3c65f47ca186f6bec9e4cddb8e7935d256e75fd6 (diff)
downloadnsxiv-b7b8705c27d1648e684a170500e52da7851532e5.tar.zst
Unstable version number
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 abd25c8..824cfbb 100644
--- a/sxiv.h
+++ b/sxiv.h
@@ -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))