From 60a9ed756778478b19ce9d44cfa3ac963aeec175 Mon Sep 17 00:00:00 2001
From: Bert <ber.t@gmx.com>
Date: Fri, 21 Jan 2011 15:30:51 +0100
Subject: [PATCH] version 0.1

---
 sxiv.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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))