diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-03 08:10:39 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-03 08:10:39 +0200 |
commit | e3a9bfc89256e939ab1c1f56f6961b6ee15aa84a (patch) | |
tree | 5bf7d587f0a399f0ab6aed2fd7abf61d73c0363e /util/iserial.c | |
parent | e6806f1d217e07f52759e4fa1c792d1fe02f0d50 (diff) |
New upstream version 3.0.3upstream/3.0.3
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 14de25c..8bed75c 100644 --- a/util/iserial.c +++ b/util/iserial.c @@ -155,7 +155,7 @@ typedef struct /* * Global variables */ -static char * progver = "3.02"; +static char * progver = "3.03"; static char * progname = "iserial"; static int vend_id = 0; static int prod_id = 0; |