diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-01-14 21:40:40 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-01-14 21:40:40 +0100 |
commit | b625a9423cd74481a77f816adae37db2515f4307 (patch) | |
tree | 33211524a3963934f3fc4de133785c6ea6aa5e3b /util/isol.c | |
parent | a065a7a25209c92425480fa90f9c5545e3fe0350 (diff) | |
parent | f875d640b628e5e88fd63f9b51121c90c0c1122b (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'util/isol.c')
-rw-r--r-- | util/isol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/isol.c b/util/isol.c index 1713ede..b8ccb1f 100644 --- a/util/isol.c +++ b/util/isol.c @@ -165,7 +165,7 @@ void dbglog( char *pattn, ... ); /*local prototype*/ /* * Global variables */ -static char * progver = "3.07"; +static char * progver = "3.08"; static char * progname = "isol"; static char fdebug = 0; static char fpicmg = 0; |