[RELEASE] Released version 1.3.8.2 with the following changes :

    - rewriting either the status line or request line could crash the
      process due to a pointer which ought to be reset before parsing.
    - rewriting the status line in the response did not work, it caused
      a 502 Bad Gateway due to an erroneous state during parsing
diff --git a/Makefile.osx b/Makefile.osx
index 1588f4b..a4fda97 100644
--- a/Makefile.osx
+++ b/Makefile.osx
@@ -2,7 +2,7 @@
 # You should use it this way :
 #   make TARGET=os CPU=cpu
 
-VERSION := 1.3.8.1
+VERSION := 1.3.8.2
 
 # Select target OS. TARGET must match a system for which COPTS and LIBS are
 # correctly defined below.