* released 1.2.7
diff --git a/CHANGELOG b/CHANGELOG
index 887b19c..de10cd0 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,7 +1,7 @@
 ChangeLog :
 ===========
 
-2005/10/25
+2005/11/13 : 1.2.7
   - building with -DUSE_PCRE should include PCRE headers and not regex.h. At
     least on Solaris, this caused the libc's regex primitives to be used instead
     of PCRE, which caused trouble on group references. This is now fixed.
diff --git a/haproxy.c b/haproxy.c
index ad3e20e..41c9820 100644
--- a/haproxy.c
+++ b/haproxy.c
@@ -83,8 +83,8 @@
 
 #include "include/appsession.h"
 
-#define HAPROXY_VERSION "1.2.7rc"
-#define HAPROXY_DATE	"2005/10/09"
+#define HAPROXY_VERSION "1.2.7"
+#define HAPROXY_DATE	"2005/11/13"
 
 /* this is for libc5 for example */
 #ifndef TCP_NODELAY