From patchwork Sun May 30 19:10:16 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: zkabelac@sourceware.org X-Patchwork-Id: 103150 Received: from mx01.colomx.prod.int.phx2.redhat.com (mx3-phx2.redhat.com [209.132.183.24]) by demeter.kernel.org (8.14.3/8.14.3) with ESMTP id o4UJDQNs029809 for ; Sun, 30 May 2010 19:14:02 GMT Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by mx01.colomx.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o4UJAWtW002098; Sun, 30 May 2010 15:10:34 -0400 Received: from int-mx03.intmail.prod.int.phx2.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.16]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o4UJAVKx017550 for ; Sun, 30 May 2010 15:10:31 -0400 Received: from mx1.redhat.com (ext-mx10.extmail.prod.ext.phx2.redhat.com [10.5.110.14]) by int-mx03.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o4UJAQmk019239 for ; Sun, 30 May 2010 15:10:26 -0400 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by mx1.redhat.com (8.13.8/8.13.8) with SMTP id o4UJAGtR023746 for ; Sun, 30 May 2010 15:10:16 -0400 Received: (qmail 12652 invoked by uid 9737); 30 May 2010 19:10:16 -0000 Date: 30 May 2010 19:10:16 -0000 Message-ID: <20100530191016.12650.qmail@sourceware.org> From: zkabelac@sourceware.org To: dm-cvs@sourceware.org, dm-devel@redhat.com X-RedHat-Spam-Score: -2.31 (RCVD_IN_DNSWL_MED,T_RP_MATCHES_RCVD) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.16 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.14 X-loop: dm-devel@redhat.com Subject: [dm-devel] dmraid/tools version.h.in X-BeenThere: dm-devel@redhat.com X-Mailman-Version: 2.1.12 Precedence: junk Reply-To: device-mapper development List-Id: device-mapper development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: dm-devel-bounces@redhat.com Errors-To: dm-devel-bounces@redhat.com X-Greylist: IP, sender and recipient auto-whitelisted, not delayed by milter-greylist-4.2.3 (demeter.kernel.org [140.211.167.41]); Sun, 30 May 2010 19:14:08 +0000 (UTC) --- dmraid/tools/version.h.in 2008/02/22 16:57:37 1.1 +++ dmraid/tools/version.h.in 2010/05/30 19:10:15 1.2 @@ -1,3 +1,4 @@ #ifndef DMRAID_VERSION -#define DMRAID_VERSION "@DMRAID_VERSION@ @FLAVOUR@" +#define DMRAID_VERSION "@DMRAID_LIB_MAJOR@.@DMRAID_LIB_MINOR@.@DMRAID_LIB_SUBMINOR@." \ + "@DMRAID_LIB_SUFFIX@ @DMRAID_LIB_DATE@ @FLAVOUR@" #endif