diff options
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2011/10/20 -- released version 2.6.4 + +* fixed gettimeofday() in SSH.pm probe too as noted by Phillip Corchary + 2011/10/20 -- released version 2.6.3 * make sure probes call gettimeofday with () as noted by Phillip Corchary diff --git a/configure.ac b/configure.ac index 7d3b8e2..ba210dc 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # -AC_INIT([smokeping],[2.6.3],[tobi@oetiker.ch]) +AC_INIT([smokeping],[2.6.4],[tobi@oetiker.ch]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(conftools) AC_CANONICAL_TARGET |