Change VERSION to 2.4.37.2

    - ipv6: Disallow rediculious flowlabel option sizes.
    - net: amend the fix for SO_BSDCOMPAT gsopt infoleak
    - e1000: fix bug with shared interrupt during reset
    - e1000: add missing length check to e1000 receive routine
    - sctp: Avoid memory overflow while FWD-TSN chunk is received with bad stream ID
    - exit_notify: fix regression uncovered by the CAP_KILL fix

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