diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-19 01:01:03 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-19 01:01:03 +0200 |
commit | 879fb4247906dd9eac91acc9a055e51aa20917e5 (patch) | |
tree | c2da7bbcf9f6e76d7e1298261b4970a88b4e9778 /lib | |
parent | 0ca7a5fd001a3d159e741ab88a306ba0508e55ad (diff) | |
download | smokeping-879fb4247906dd9eac91acc9a055e51aa20917e5.tar.gz smokeping-879fb4247906dd9eac91acc9a055e51aa20917e5.tar.xz |
prepare for the release of smokeping-20060819_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 52ed860..832d4e5 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="20060818"; +$VERSION="20060819"; # we want opts everywhere my %opt; |