Message ID | 20120726174251.fe779972e664028e01b9fa8b@llnl.gov (mailing list archive) |
---|---|
State | Rejected |
Delegated to: | Alex Netes |
Headers | show |
Disregard this for now... I see there is more crazyness with OpenSM's gen_ver.sh script... :-( Ira On Thu, 26 Jul 2012 17:42:51 -0700 Ira Weiny <weiny2@llnl.gov> wrote: > > This ensures plugin compatibility. > > Signed-off-by: Ira Weiny <weiny2@llnl.gov> > --- > include/opensm/osm_version.h.in | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/include/opensm/osm_version.h.in b/include/opensm/osm_version.h.in > index d783245..7a29b77 100644 > --- a/include/opensm/osm_version.h.in > +++ b/include/opensm/osm_version.h.in > @@ -45,7 +45,7 @@ > * > * SYNOPSIS > */ > -#define OSM_VERSION "OpenSM @VERSION@" > +#define OSM_VERSION "OpenSM @VERSION@-@RELEASE@" > /********/ > > #endif /* _OSM_VERSION_H_ */ > -- > 1.7.1 >
diff --git a/include/opensm/osm_version.h.in b/include/opensm/osm_version.h.in index d783245..7a29b77 100644 --- a/include/opensm/osm_version.h.in +++ b/include/opensm/osm_version.h.in @@ -45,7 +45,7 @@ * * SYNOPSIS */ -#define OSM_VERSION "OpenSM @VERSION@" +#define OSM_VERSION "OpenSM @VERSION@-@RELEASE@" /********/ #endif /* _OSM_VERSION_H_ */
This ensures plugin compatibility. Signed-off-by: Ira Weiny <weiny2@llnl.gov> --- include/opensm/osm_version.h.in | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)