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

    - do not re-arm read timeout in SHUTR state
    - optimize I/O by detecting system starvation
    - the epoll FD must not be shared between processes
    - limit the number of events returned by *poll*
diff --git a/Makefile b/Makefile
index 073a7d9..04fbd73 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.11.3
+VERSION := 1.3.11.4
 SUBVERS := 
-VERDATE := 2007/05/14
+VERDATE := 2007/06/03
 endif
 
 #### build options