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/11/12 -- released version 2.6.6 + +* fixed embedded version number in Smokeping.pm + 2011/10/30 -- released version 2.6.5 * improved configurability and generate config specific config.dist file diff --git a/configure.ac b/configure.ac index 2d21893..6bbb4ed 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # -AC_INIT([smokeping],[2.6.5],[tobi@oetiker.ch]) +AC_INIT([smokeping],[2.6.6],[tobi@oetiker.ch]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(conftools) AC_CANONICAL_TARGET |