[RELEASE] Released 1.3.5 with the following major changes :
- added complete support and doc for TCP Splicing
- replaced the wait-queue linked list with an rbtree.
- stats: swap color sets for active and backup servers
- try to guess server check port when unset
- a few bugfixes and cleanups
diff --git a/Makefile b/Makefile
index 1d89457..f8285d0 100644
--- a/Makefile
+++ b/Makefile
@@ -110,9 +110,9 @@
else
# Otherwise, use the hard-coded version of last tag, number of changes
# since last tag, and release date.
-VERSION := 1.3.4
+VERSION := 1.3.5
SUBVERS :=
-VERDATE := 2007/01/02
+VERDATE := 2007/01/07
endif
#### build options