diff options
Diffstat (limited to 'util/isel.c')
-rw-r--r-- | util/isel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/isel.c b/util/isel.c index 83752eb..a1d4fdb 100644 --- a/util/isel.c +++ b/util/isel.c @@ -162,7 +162,7 @@ typedef struct #define RDATA_OFFSET 13 //byte offset to the record event data static char *progname = "isel"; -static char *progver = "3.02"; +static char *progver = "3.03"; #ifdef WIN32 #define IDXFILE "sel.idx" static char idxfile[80] = IDXFILE; |