Browse Source

version 0.1

master
Bert 14 years ago
parent
commit
60a9ed7567
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sxiv.h

+ 1
- 1
sxiv.h View File

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


||||||
x
 
000:0
Loading…
Cancel
Save