[RELEASE] Released version 1.3.7 with the following changes :

    - fix critical bug introduced with 1.3.6 : an empty request header
      may lead to a crash due to missing pointer assignment
    - hdr_idx might be left uninitialized in debug mode
    - fixed build on FreeBSD due to missing fd_set declaration
diff --git a/Makefile.bsd b/Makefile.bsd
index 4ed8446..cea9e06 100644
--- a/Makefile.bsd
+++ b/Makefile.bsd
@@ -2,7 +2,7 @@
 # You should use it this way :
 #   make TARGET=os CPU=cpu
 
-VERSION := 1.3.6
+VERSION := 1.3.7
 
 # Select target OS. TARGET must match a system for which COPTS and LIBS are
 # correctly defined below.