[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 b/Makefile
index c7934bb..d9b12f9 100644
--- a/Makefile
+++ b/Makefile
@@ -110,9 +110,9 @@
 else
 # Otherwise, use the hard-coded version of last tag, number of changes
 # since last tag, and release date.
-VERSION := 1.3.6.1
+VERSION := 1.3.7
 SUBVERS := 
-VERDATE := 2007/01/22
+VERDATE := 2007/01/26
 endif
 
 #### build options