[RELEASE] Released version 1.3.8.1 with the following changes :

    - fix reqadd when no option httpclose is used.
    - removed now unused fiprm and beprm from proxies
    - split logs into two versions : TCP and HTTP
    - added some docs about http headers storage and acls
    - added a VIM script for syntax color highlighting (Bruno Michel)
diff --git a/Makefile b/Makefile
index d3847c4..69ef83f 100644
--- a/Makefile
+++ b/Makefile
@@ -109,9 +109,9 @@
 else
 # Otherwise, use the hard-coded version of last tag, number of changes
 # since last tag, and release date.
-VERSION := 1.3.8
+VERSION := 1.3.8.1
 SUBVERS := 
-VERDATE := 2007/03/25
+VERDATE := 2007/04/01
 endif
 
 #### build options