diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-09-26 05:07:36 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-09-26 05:07:36 +0200 |
commit | 4b28a392fa890390755f58e0755ab56e8edaa295 (patch) | |
tree | afc91b260fb8df69fdd19c93261ea68cadf9eaed /util/iserial.c | |
parent | dcc89cc2006fea0ca21fbe267930a0ac3c850b52 (diff) |
New upstream version 3.0.7upstream/3.0.7
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 42ada0a..f8377c7 100644 --- a/util/iserial.c +++ b/util/iserial.c @@ -155,7 +155,7 @@ typedef struct /* * Global variables */ -static char * progver = "3.06"; +static char * progver = "3.07"; static char * progname = "iserial"; static int vend_id = 0; static int prod_id = 0; |