[RELEASE] Released version 1.3.11.1 with the following main changes :
- fixed ev_kqueue which was forgotten during the switch to timeval
- allowed null timeouts for past events in select
diff --git a/include/common/version.h b/include/common/version.h
index 6b4280b..244b1f3 100644
--- a/include/common/version.h
+++ b/include/common/version.h
@@ -57,7 +57,7 @@
#ifdef CONFIG_HAPROXY_VERSION
#define HAPROXY_VERSION CONFIG_HAPROXY_VERSION
#else
-#define HAPROXY_VERSION "1.3.11"
+#define HAPROXY_VERSION "1.3.11.1"
#endif
#ifdef CONFIG_HAPROXY_DATE