From e1cf85743f68c43d0eb2476b22d5747bd28a58c5 Mon Sep 17 00:00:00 2001 From: Tobias Oetiker Date: Fri, 21 Oct 2011 14:26:08 +0200 Subject: prep for release 2.6.4 --- CHANGES | 4 ++++ configure.ac | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 4d454a0..3dddaa9 100644 --- a/CHANGES +++ b/CHANGES @@ -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 -- cgit v1.2.3-24-g4f1b