From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: [PATCH 6/6] sky2: version 1.19 Date: Thu, 11 Oct 2007 18:19:57 -0700 Message-ID: <20071012012125.447345596@linux-foundation.org> References: <20071012011951.575936605@linux-foundation.org> Cc: netdev@vger.kernel.org To: David Miller Return-path: Received: from smtp2.linux-foundation.org ([207.189.120.14]:49552 "EHLO smtp2.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753631AbXJLBWZ (ORCPT ); Thu, 11 Oct 2007 21:22:25 -0400 Content-Disposition: inline; filename=sky2-1.19 Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org Update version to keep track of new changes. Signed-off-by: Stephen Hemminger --- a/drivers/net/sky2.c 2007-10-11 18:13:02.000000000 -0700 +++ b/drivers/net/sky2.c 2007-10-11 18:14:25.000000000 -0700 @@ -52,7 +52,7 @@ #include "sky2.h" #define DRV_NAME "sky2" -#define DRV_VERSION "1.18" +#define DRV_VERSION "1.19" #define PFX DRV_NAME " " /* -- Stephen Hemminger