From patchwork Tue Jan 12 12:23:26 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: heinzm@sourceware.org X-Patchwork-Id: 72365 Received: from mx01.util.phx2.redhat.com (mx1-phx2.redhat.com [209.132.183.26]) by demeter.kernel.org (8.14.3/8.14.2) with ESMTP id o0CCQxJB008274 for ; Tue, 12 Jan 2010 12:26:59 GMT Received: from lists01.pubmisc.prod.ext.phx2.redhat.com (lists01.pubmisc.prod.ext.phx2.redhat.com [10.5.19.33]) by mx01.util.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0CCNj9F029788; Tue, 12 Jan 2010 07:23:45 -0500 Received: from int-mx08.intmail.prod.int.phx2.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.21]) by lists01.pubmisc.prod.ext.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0CCNiaW025151 for ; Tue, 12 Jan 2010 07:23:44 -0500 Received: from mx1.redhat.com (ext-mx04.extmail.prod.ext.phx2.redhat.com [10.5.110.8]) by int-mx08.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o0CCNd5t028766 for ; Tue, 12 Jan 2010 07:23:39 -0500 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by mx1.redhat.com (8.13.8/8.13.8) with SMTP id o0CCNRXp018151 for ; Tue, 12 Jan 2010 07:23:27 -0500 Received: (qmail 4039 invoked by uid 9450); 12 Jan 2010 12:23:26 -0000 Date: 12 Jan 2010 12:23:26 -0000 Message-ID: <20100112122326.4037.qmail@sourceware.org> From: heinzm@sourceware.org To: dm-cvs@sourceware.org, dm-devel@redhat.com X-RedHat-Spam-Score: -0.992 (AWL) X-Scanned-By: MIMEDefang 2.67 on 10.5.11.21 X-Scanned-By: MIMEDefang 2.67 on 10.5.110.8 X-loop: dm-devel@redhat.com Subject: [dm-devel] dmraid lib/version.h tools/VERSION 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 --- dmraid/lib/version.h 2009/09/16 11:45:12 1.8 +++ dmraid/lib/version.h 2010/01/12 12:23:26 1.9 @@ -1,12 +1,12 @@ #ifndef DMRAID_LIB_VERSION -#define DMRAID_LIB_VERSION "1.0.0.rc16" +#define DMRAID_LIB_VERSION "1.0.0.rc16-3" #define DMRAID_LIB_MAJOR_VERSION 1 #define DMRAID_LIB_MINOR_VERSION 0 #define DMRAID_LIB_SUBMINOR_VERSION 0 -#define DMRAID_LIB_VERSION_SUFFIX "rc16" +#define DMRAID_LIB_VERSION_SUFFIX "rc16-3" -#define DMRAID_LIB_DATE "(2009.09.16)" +#define DMRAID_LIB_DATE "(2010.01.12)" #endif --- dmraid/tools/VERSION 2009/09/16 11:45:18 1.8 +++ dmraid/tools/VERSION 2010/01/12 12:23:26 1.9 @@ -1 +1 @@ -1.0.0.rc16 (2009.09.16) +1.0.0.rc16-3 (2010.01.12)