diff mbox

opensm: include release in osm_version.h

Message ID 20120726174251.fe779972e664028e01b9fa8b@llnl.gov (mailing list archive)
State Rejected
Delegated to: Alex Netes
Headers show

Commit Message

Ira Weiny July 27, 2012, 12:42 a.m. UTC
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(-)

Comments

Ira Weiny July 27, 2012, 1:07 a.m. UTC | #1
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 mbox

Patch

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_ */