diff options
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 1924345..82d6647 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.07"; +static char * progver = "3.08"; static char * progname = "ismcoem"; static int verbose = 0; static char fdebug = 0; |