diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-08-13 17:06:48 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-08-13 17:06:48 +0200 |
commit | 4708957cb7c4a2d09e98b513d1bad3d637306f4e (patch) | |
tree | 1a105a8765e1a1ef16f154fb787087dc2987240a /util/ilan.c | |
parent | 401b3073c7af7fe89dd70955ef4431da91cc3f29 (diff) | |
parent | dcc89cc2006fea0ca21fbe267930a0ac3c850b52 (diff) |
Updated version 3.0.6 from 'upstream/3.0.6'
with Debian dir 5538bf70e263e154d55e3077e841548417b46966
Diffstat (limited to 'util/ilan.c')
-rw-r--r-- | util/ilan.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ilan.c b/util/ilan.c index b73dec4..1638381 100644 --- a/util/ilan.c +++ b/util/ilan.c @@ -306,7 +306,7 @@ extern char *get_sensor_type_desc (uchar stype); /*from ievents.c */ * Global variables */ static char * progname = "ilan"; -static char * progver = "3.05"; +static char * progver = "3.06"; static char fdebug = 0; static char fipmilan = 0; static char fIPMI10 = 0; /* =1 if IPMI v1.0 or less */ |