diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-01-14 19:52:55 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-01-14 19:52:55 +0100 |
commit | 5b50435985339941cc13b8a03b91323840e9ff65 (patch) | |
tree | 7dd3faad505cb700be9cf33e4f7a0e534f52f325 /util/oem_fujitsu.c | |
parent | a065a7a25209c92425480fa90f9c5545e3fe0350 (diff) | |
parent | d5cdf594f2678cf690b802fbf4eb687dd9d98c4f (diff) |
Update upstream source from tag 'upstream/3.0.8'
Update to upstream version '3.0.8'
with Debian dir 1048c13e15771c5a2dc8a8c40d33dae266fdd3af
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 9f11b19..5963df2 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.07"; +static char * progver = "3.08"; static char * progname = "ifujitsuoem"; static char fdebug = 0; static char freadok = 1; |