diff options
author | Tobias Oetiker <tobi@oetiker.ch> | 2011-11-12 11:57:32 +0100 |
---|---|---|
committer | Tobias Oetiker <tobi@oetiker.ch> | 2011-11-12 11:57:32 +0100 |
commit | 1e9842ca33991ba4c395ed1a457866c7189d8aa6 (patch) | |
tree | f0c56fd3377bdafc230402f47e95a2fa356aa6b2 | |
parent | 7cef01f0089476f9b39e28cda0871c2a5ced72d9 (diff) | |
download | smokeping-1e9842ca33991ba4c395ed1a457866c7189d8aa6.tar.gz smokeping-1e9842ca33991ba4c395ed1a457866c7189d8aa6.tar.xz |
prep for 2.6.6 release
-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 |