[RELEASE] released 1.3.3

Released 1.3.3 with the following changes :
    - fix broken redispatch option in case the connection has already
      been marked "in progress" (ie: nearly always).
    - support regparm on x86 to speed up some often called functions
    - removed a few useless calls to gettimeofday() in log functions.
    - lots of 'const char*' cleanups
    - turn every FD_* into functions which are faster on recent CPUs
    - builds again on OpenBSD and Solaris
diff --git a/include/common/version.h b/include/common/version.h
index 0d326d4..d137b4f 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.2"
+#define HAPROXY_VERSION "1.3.3"
 #endif
 
 #ifdef CONFIG_HAPROXY_DATE
 #define HAPROXY_DATE    CONFIG_HAPROXY_DATE
 #else
-#define HAPROXY_DATE    "2006/09/03"
+#define HAPROXY_DATE    "2006/10/15"
 #endif
 
 #endif /* _COMMON_VERSION_H */