aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2009-07-26 14:20:47 +0200
committerWilly Tarreau <w@1wt.eu>2009-07-26 14:20:47 +0200
commit49058df0259fc87187ae8f9cce3e3223e0643c83 (patch)
tree47f806034f77a5ce15e82cedd155f8ca35e243a2
parent0a2155d9feb1a916a568b209336b4023d6f164de (diff)
downloadlinux-2.4-49058df0259fc87187ae8f9cce3e3223e0643c83.tar.gz
Change VERSION to 2.4.37.4v2.4.37.4
- tulip: Fix for MTU problems with 802.1q tagged frames - lib: memcmp must be exported without module versioning - lib: fix again memcmp export issues in the arch ksyms only - usb-storage: fix "READ CAPACITY failed" errors with USB flash drives - md/raid5: silent out the "switching cache buffer size" messages - personality: clear MMAP_PAGE_ZERO on exec if mmap_min_addr is set - kernel/resource.c: fix sign extension in reserve_setup() Signed-off-by: Willy Tarreau <w@1wt.eu>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2f482c1add40a3..0ff7f7239a200a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 37
-EXTRAVERSION = .3
+EXTRAVERSION = .4
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)