diff --git a/opensm/osm_console.c b/opensm/osm_console.c index 669b91d5..a902361d 100644 --- a/opensm/osm_console.c +++ b/opensm/osm_console.c @@ -1658,7 +1658,7 @@ static void help_version(FILE * out, int detail) static void version_parse(char **p_last, osm_opensm_t * p_osm, FILE * out) { - fprintf(out, "%s build %s %s\n", p_osm->osm_version, __DATE__, __TIME__); + fprintf(out, "%s\n", p_osm->osm_version); } /* more parse routines go here */