From: Willy Tarreau Date: Sat, 24 Mar 2007 06:51:21 +0000 (+0100) Subject: Change VERSION to v2.4.35-pre2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=c9c1f8943035420d99a07f6c7a4b00b75554e6ae;p=linux-kernel-docs%2Flinux-2.4.36.git Change VERSION to v2.4.35-pre2 - fix channel balance on TV cards with LG head - fix build of serial with DEBUG enabled - usb-storage: backport unusual_devs from 2.6.20 - usb-storage: HP-FDC-GOLD need US_FL_SINGLE_LUN - make it possible to compile x86_64 without VT support - add nforce-MCP55 chipset ID - restore ability to set disk geometry on command line - parenthesis fixes - usb 2.4: Support high-speed HID - IPV6: ipv6_fl_socklist is inadvertently shared. --- diff --git a/Makefile b/Makefile index f0f7be82..f990f263 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ VERSION = 2 PATCHLEVEL = 4 SUBLEVEL = 35 -EXTRAVERSION = -pre1 +EXTRAVERSION = -pre2 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)