diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-26 01:01:06 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-26 01:01:06 +0200 |
commit | a2b37b9b3fadba2dcfc093cdba6d0fee2e532222 (patch) | |
tree | 723c8a5afa67a7704008c46ac4e7b4b18da0bcca /lib | |
parent | 96cc81ec26b5990187ac78815178706d02fda035 (diff) | |
download | smokeping-a2b37b9b3fadba2dcfc093cdba6d0fee2e532222.tar.gz smokeping-a2b37b9b3fadba2dcfc093cdba6d0fee2e532222.tar.xz |
prepare for the release of smokeping-20060826_trunk
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Smokeping.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index 7882f9d..5783ea4 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -28,7 +28,7 @@ use Smokeping::RRDtools; # globale persistent variables for speedy use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode); -$VERSION="20060825"; +$VERSION="20060826"; # we want opts everywhere my %opt; |