Moved VERSION macro into Makefile

This commit is contained in:
Bert
2011-01-23 17:27:44 +01:00
parent fdf24d4681
commit bce599038c
2 changed files with 3 additions and 3 deletions

2
sxiv.h
View File

@ -21,8 +21,6 @@
#include "config.h"
#define VERSION "git-20110123"
#define ABS(a) ((a) < 0 ? (-(a)) : (a))
#define MIN(a,b) ((a) < (b) ? (a) : (b))
#define MAX(a,b) ((a) > (b) ? (a) : (b))