diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-09-26 05:07:46 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-09-26 05:07:46 +0200 |
commit | b3d606e872350e5d160c5a9a6b5ec5b498e26e3c (patch) | |
tree | 6f3ceb0722cb4b9a3ed0b2e1f6c0bf06052e7e83 /util/oem_fujitsu.c | |
parent | 64529036a8d742cc45f4b35085205c86ab46b5e0 (diff) | |
parent | 4b28a392fa890390755f58e0755ab56e8edaa295 (diff) |
Updated version 3.0.7 from 'upstream/3.0.7'
with Debian dir 8e805e19fa4d25d96a0772c0f753a89a30c8f069
Diffstat (limited to 'util/oem_fujitsu.c')
-rw-r--r-- | util/oem_fujitsu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/oem_fujitsu.c b/util/oem_fujitsu.c index 13f6ee6..9f11b19 100644 --- a/util/oem_fujitsu.c +++ b/util/oem_fujitsu.c @@ -52,7 +52,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /* extern void get_mfgid(int *vend, int *prod); * from ipmicmd.h*/ /* extern int get_lan_options(); * from ipmicmd.h */ -static char * progver = "3.06"; +static char * progver = "3.07"; static char * progname = "ifujitsuoem"; static char fdebug = 0; static char freadok = 1; |