[RELEASE] released 1.3.2
- started the changes towards I/O completion callbacks. stream_sock* have
replaced event_*.
- added the new "reqtarpit" and "reqitarpit" protection features
diff --git a/include/common/version.h b/include/common/version.h
index 05c4e60..0d326d4 100644
--- a/include/common/version.h
+++ b/include/common/version.h
@@ -33,13 +33,13 @@
#ifdef CONFIG_HAPROXY_VERSION
#define HAPROXY_VERSION CONFIG_HAPROXY_VERSION
#else
-#define HAPROXY_VERSION "1.3.1"
+#define HAPROXY_VERSION "1.3.2"
#endif
#ifdef CONFIG_HAPROXY_DATE
#define HAPROXY_DATE CONFIG_HAPROXY_DATE
#else
-#define HAPROXY_DATE "2006/07/09"
+#define HAPROXY_DATE "2006/09/03"
#endif
#endif /* _COMMON_VERSION_H */