[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20121016025349.GB17446@thunk.org>
Date: Mon, 15 Oct 2012 22:53:49 -0400
From: Theodore Ts'o <tytso@....edu>
To: Larry Finger <Larry.Finger@...inger.net>
Cc: torvalds@...ux-foundation.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] include/version.h: Update for kernel 3.7
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.
>
> Signed-off-by: Larry Finger <Larry.Finger@...inger.net>
> ---
> 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 @@
> -#define LINUX_VERSION_CODE 198144
> +#define LINUX_VERSION_CODE 198400
> #define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
This isn't in the Linux git sources; it's a generated file.
- Ted
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists