aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2009-08-14 00:04:00 +0200
committerWilly Tarreau <w@1wt.eu>2009-08-14 00:04:00 +0200
commit0296eaec001948e5f6275f066c846839cf220ad3 (patch)
tree550df0a0dd1ccd7e32eb172b26dcad35465018b3
parentc18d0fe535a73b219f960d1af3d0c264555a12e3 (diff)
downloadlinux-2.4-0296eaec001948e5f6275f066c846839cf220ad3.tar.gz
Change VERSION to 2.4.37.5v2.4.37.5
- build: fix for "make rpm" on RH9 - build: fix genksyms segfault in pcigame.c - build: do not let genksyms silently fail anymore - net: fix possible NULL dereference in sock_sendpage() 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 0ff7f7239a200a..6f7fd96f8d632b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
VERSION = 2
PATCHLEVEL = 4
SUBLEVEL = 37
-EXTRAVERSION = .4
+EXTRAVERSION = .5
KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)