From patchwork Fri Jul 27 00:42:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ira Weiny X-Patchwork-Id: 1246681 X-Patchwork-Delegate: alexne@voltaire.com Return-Path: X-Original-To: patchwork-linux-rdma@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by patchwork1.kernel.org (Postfix) with ESMTP id 6F2E23FC33 for ; Fri, 27 Jul 2012 00:42:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752924Ab2G0Amx (ORCPT ); Thu, 26 Jul 2012 20:42:53 -0400 Received: from nspiron-1.llnl.gov ([128.115.41.81]:18277 "EHLO nspiron-1.llnl.gov" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752821Ab2G0Amw (ORCPT ); Thu, 26 Jul 2012 20:42:52 -0400 X-Attachments: Received: from eris.llnl.gov (HELO trebuchet.chaos) ([128.115.7.7]) by nspiron-1.llnl.gov with SMTP; 26 Jul 2012 17:42:51 -0700 Date: Thu, 26 Jul 2012 17:42:51 -0700 From: Ira Weiny To: Alex Netes Cc: "linux-rdma@vger.kernel.org" Subject: [PATCH] opensm: include release in osm_version.h Message-Id: <20120726174251.fe779972e664028e01b9fa8b@llnl.gov> X-Mailer: Sylpheed 3.2.0 (GTK+ 2.18.9; x86_64-unknown-linux-gnu) Mime-Version: 1.0 Sender: linux-rdma-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-rdma@vger.kernel.org This ensures plugin compatibility. Signed-off-by: Ira Weiny --- 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_ */