Change VERSION to 2.4.37.3

    - vlan: Slab memleak fix
    - br2684: allocation out of atomic context
    - Add '-fno-delete-null-pointer-checks' to gcc CFLAGS
    - br2684: fix double freeing skb
    - usb: pr_debug ehci structure bug
    - usb: Add support for Teac HD-35PU
    - r8169: fix erroneous receive packet size settings
    - r8169: reject fragmented frames to prevent panics with large frames
    - r8169: avoid rx descriptors leak when receiving erroneous frames
    - r8169: reset the chip on receive fifo overflows
    - r8169: rate-limit the messages displayed in interrupt context
    - lib: export memcmp for external modules to build with gcc 3.4
    - agp: remove uid comparison as security check

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