diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-03 08:10:39 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-03 08:10:39 +0200 |
commit | e3a9bfc89256e939ab1c1f56f6961b6ee15aa84a (patch) | |
tree | 5bf7d587f0a399f0ab6aed2fd7abf61d73c0363e /util/oem_supermicro.c | |
parent | e6806f1d217e07f52759e4fa1c792d1fe02f0d50 (diff) |
New upstream version 3.0.3upstream/3.0.3
Diffstat (limited to 'util/oem_supermicro.c')
-rw-r--r-- | util/oem_supermicro.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/oem_supermicro.c b/util/oem_supermicro.c index d1d1da7..165bf88 100644 --- a/util/oem_supermicro.c +++ b/util/oem_supermicro.c @@ -68,7 +68,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. void set_loglevel(int level); /*prototype */ extern char fsm_debug; /*mem_if.c*/ -static char * progver = "3.02"; +static char * progver = "3.03"; static char * progname = "ismcoem"; static int verbose = 0; static char fdebug = 0; |