[RELEASE] Released 1.3.6 with the following changes :
    - stats now support the HEAD method too
    - extracted http request from the session
    - huge rework of the HTTP parser which is now a 28-state FSM.
    - linux-style likely/unlikely macros for optimization hints
    - do not create a server socket when there's no server
diff --git a/Makefile b/Makefile
index f8285d0..abd4664 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.5
+VERSION := 1.3.6
 SUBVERS := 
-VERDATE := 2007/01/07
+VERDATE := 2007/01/22
 endif
 
 #### build options