Change VERSION to 2.4.37.10

    - jfs: don't allow os2 xattr namespace overlap with others
    - sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CVE-2010-1173) (v4)
    - irda: Sock leak on error path in irda_create.
    - FAT: do not continue in fat_get_block if bmap fails
    - drivers/tun: MTU change for TUN/TAP interfaces
    - net: permanent NUD pins ethernet interfaces when ATM is compiled in.
    - sctp: fix to calc the INIT/INIT-ACK chunk length correctly is set
    - SCTP: Fix to encode PROTOCOL VIOLATION error cause correctly
    - irda: correctly free memory on irda_bind() failure

Signed-off-by: Willy Tarreau <w@1wt.eu>
diff --git a/Makefile b/Makefile
index 69ce3c7..98d1691 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
 VERSION = 2
 PATCHLEVEL = 4
 SUBLEVEL = 37
-EXTRAVERSION = .9
+EXTRAVERSION = .10
 
 KERNELRELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)