diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-03 08:10:45 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2017-04-03 08:10:45 +0200 |
commit | ef81710c7b9b7a8b0497f4d9b5750e23c48cdcd6 (patch) | |
tree | 80fc7feebf77913ed29f8e6dbf8c514d0eaf0f9c /util/oem_supermicro.c | |
parent | de403b575d6475cc4789049c50dbe44effff71d4 (diff) | |
parent | e3a9bfc89256e939ab1c1f56f6961b6ee15aa84a (diff) |
Merge tag 'upstream/3.0.3'
Upstream version 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; |