commit | 13398d3896e95233238c7ea08f0fbee4231e4b6c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed May 09 22:58:28 2007 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed May 09 22:58:28 2007 +0200 |
tree | 17ed6e18bd20fc93768dd29259268d381ce4b3e3 | |
parent | dc246a7f3e0f6e575b89b38ee84d50b072bd7a72 [diff] [blame] |
[RELEASE] Released version 1.3.10.1 with the following main changes : - fixed sepoll transition matrix (two states were missing)
diff --git a/Makefile b/Makefile index 35d8605..fe92938 100644 --- a/Makefile +++ b/Makefile
@@ -120,9 +120,9 @@ else # Otherwise, use the hard-coded version of last tag, number of changes # since last tag, and release date. -VERSION := 1.3.10 +VERSION := 1.3.10.1 SUBVERS := -VERDATE := 2007/05/08 +VERDATE := 2007/05/09 endif #### build options