diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-20 01:00:58 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-20 01:00:58 +0200 |
commit | f8f2d9bdaef64d25ab261004e1d5bd9acc8c2ba8 (patch) | |
tree | 31635b56d48d0f2be940b82f5ac403b63213e106 /lib | |
parent | a0650b1631c9588c7fc796afe5536e662c090d4d (diff) | |
download | smokeping-f8f2d9bdaef64d25ab261004e1d5bd9acc8c2ba8.tar.gz smokeping-f8f2d9bdaef64d25ab261004e1d5bd9acc8c2ba8.tar.xz |
prepare for the release of smokeping-20060520_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 2dcaef8..e213c7f 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -27,7 +27,7 @@ use Smokeping::RRDtools; # globale persistent variables for speedy use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode); -$VERSION="20060519"; +$VERSION="20060520"; # we want opts everywhere my %opt; |