diff options
author | Ian C <ianc@noddybox.co.uk> | 2006-05-13 01:01:10 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2006-05-13 01:01:10 +0000 |
commit | a71f3dae3de1d5fe3a50009df8ebb105e9ec81ff (patch) | |
tree | 04a3337eba3e0f8fdb1cc61e57d35ceb8820822e /xed.c | |
parent | 6ecf70c3f9f13fa06912691cde02f7e9a7bbf2ce (diff) |
Fixed version number.
Diffstat (limited to 'xed.c')
-rw-r--r-- | xed.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ static const char id[]="$Id$"; #include "xedkeys.h" -#define VERSION "V2.0" +#define VERSION "V2.1" #define USAGE "[-x] [-i] [-r] [-c] [-R] file" #define NONE 0 |