[RELEASE] Released version 1.3.10.2 with the following main changes :

    - fixed build of files including standard.h on OpenBSD
diff --git a/Makefile.osx b/Makefile.osx
index f98ce62..15db775 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.10.1
+VERSION := 1.3.10.2
 
 # Select target OS. TARGET must match a system for which COPTS and LIBS are
 # correctly defined below.