Change VERSION to 2.4.37.6

    - tc: Fix unitialized kernel memory leak
    - appletalk: fix atalk_getname() leak
    - econet: Fix econet_getname() leak
    - irda: Fix irda_getname() leak
    - netrom: Fix nr_getname() leak
    - rose: Fix rose_getname() leak
    - proc: avoid information leaks to non-privileged processes
    - do_sigaltstack: avoid copying 'stack_t' as a structure to user space
    - [NETLINK]: Missing initializations in dumped data
    - [NETLINK]: Clear padding in netlink messages
    - [NETLINK]: Missing padding fields in dumped structures
    - restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid

Signed-off-by: Willy Tarreau <w@1wt.eu>
diff --git a/Makefile b/Makefile
index 6f7fd96..90d9161 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 37
-EXTRAVERSION = .5
+EXTRAVERSION = .6
 
 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)