diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-08-13 17:26:48 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-08-13 17:26:48 +0200 |
commit | 64529036a8d742cc45f4b35085205c86ab46b5e0 (patch) | |
tree | 564ce1d693ed2c23a626262ac59d8a8d383856e8 /util/oem_dell.c | |
parent | 401b3073c7af7fe89dd70955ef4431da91cc3f29 (diff) | |
parent | b95848947f99031ad56ed6220665bdb3658d8113 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'util/oem_dell.c')
-rw-r--r-- | util/oem_dell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/oem_dell.c b/util/oem_dell.c index 836c9ab..b226a95 100644 --- a/util/oem_dell.c +++ b/util/oem_dell.c @@ -132,7 +132,7 @@ char NIC_Selection_Mode_String_12g[] [50] = { "shared with failover all loms" }; -static char * progver = "3.05"; +static char * progver = "3.06"; static char * progname = "idelloem"; static int verbose = 0; static char fdebug = 0; |