Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754937Ab2JOVyQ (ORCPT ); Mon, 15 Oct 2012 17:54:16 -0400 Received: from mail.skyhub.de ([78.46.96.112]:39438 "EHLO mail.skyhub.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754602Ab2JOVyP (ORCPT ); Mon, 15 Oct 2012 17:54:15 -0400 Date: Mon, 15 Oct 2012 23:54:11 +0200 From: Borislav Petkov To: Larry Finger Cc: torvalds@linux-foundation.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] include/version.h: Update for kernel 3.7 Message-ID: <20121015215411.GB28086@liondog.tnic> Mail-Followup-To: Borislav Petkov , Larry Finger , torvalds@linux-foundation.org, linux-kernel@vger.kernel.org References: <507c837f.D1Nk8uFiYhA4dhxy%Larry.Finger@lwfinger.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <507c837f.D1Nk8uFiYhA4dhxy%Larry.Finger@lwfinger.net> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1199 Lines: 41 On Mon, Oct 15, 2012 at 04:43:27PM -0500, Larry Finger wrote: > The value for LINUX_VERSION_CODE was not updated for kernel 3.7-rc1. That's probably fallout from the whole UAPI thing. > > Signed-off-by: Larry Finger > --- > version.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > --- > > Index: linux-2.6/include/linux/version.h > =================================================================== > --- linux-2.6.orig/include/linux/version.h > +++ linux-2.6/include/linux/version.h > @@ -1,2 +1,2 @@ There are two version.h files on my box: > -#define LINUX_VERSION_CODE 198144 This is in > +#define LINUX_VERSION_CODE 198400 This is in I'd guess that everything should include this new version.h file now since the Makefile generates this now and not the one above. But I could very well be wrong. -- Regards/Gruss, Boris. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/