Unstable version number

This commit is contained in:
Bert 2011-01-23 12:37:47 +01:00
parent 3c65f47ca1
commit b7b8705c27
1 changed files with 1 additions and 1 deletions

2
sxiv.h
View File

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