diff options
Diffstat (limited to 'util/iserial.c')
-rw-r--r-- | util/iserial.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/iserial.c b/util/iserial.c index c34d10c..579d19d 100644 --- a/util/iserial.c +++ b/util/iserial.c @@ -155,7 +155,7 @@ typedef struct /* * Global variables */ -static char * progver = "2.99"; +static char * progver = "3.00"; static char * progname = "iserial"; static int vend_id = 0; static int prod_id = 0; |