[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.bsd b/Makefile.bsd
index 40229fa..0c7124b 100644
--- a/Makefile.bsd
+++ b/Makefile.bsd
@@ -2,7 +2,7 @@
 # You should use it this way :
 #   make TARGET=os CPU=cpu
 
-VERSION := 1.3.4
+VERSION := 1.3.5
 
 # Select target OS. TARGET must match a system for which COPTS and LIBS are
 # correctly defined below.