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

    - fixed ev_sepoll again by rewriting the state machine
    - switched all timeouts to timevals instead of milliseconds
    - improved memory management using mempools v2.
    - several minor optimizations
diff --git a/Makefile b/Makefile
index 37439c3..37a8684 100644
--- a/Makefile
+++ b/Makefile
@@ -120,9 +120,9 @@
 else
 # Otherwise, use the hard-coded version of last tag, number of changes
 # since last tag, and release date.
-VERSION := 1.3.10.2
+VERSION := 1.3.11
 SUBVERS := 
-VERDATE := 2007/05/10
+VERDATE := 2007/05/14
 endif
 
 #### build options