diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2011-09-29 13:37:28 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2011-09-29 13:37:28 +0200 |
commit | 1930d47ac9b2635b610a74ea1e4302731fe7be20 (patch) | |
tree | e7c01cb34dae6eb701c1e04b18814bd8bd247b14 | |
parent | 4ab769579b0aeafd81878ddb332b726c44dc2ffc (diff) | |
download | smokeping-1930d47ac9b2635b610a74ea1e4302731fe7be20.tar.gz smokeping-1930d47ac9b2635b610a74ea1e4302731fe7be20.tar.xz |
better install system
-rw-r--r-- | CHANGES | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2011/09/28 -- released version 2.6.1 + +* improved install documentation + 2011/09/28 -- released version 2.6.0 * added automake support diff --git a/configure.ac b/configure.ac index 38f3215..d4096c3 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ # -AC_INIT([smokeping],[2.6.0],[tobi@oetiker.ch]) +AC_INIT([smokeping],[2.6.1],[tobi@oetiker.ch]) AC_PREREQ([2.59]) AC_CONFIG_AUX_DIR(conftools) AC_CANONICAL_TARGET |