diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-20 01:00:55 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-20 01:00:55 +0200 |
commit | 971bd0e476bae219341624848d1bae68241a42e8 (patch) | |
tree | 88df4d201bdc5fbb9282f834a168694fde483f3d /lib | |
parent | 46ee95fed2d9fd96185ba3e845b3b313ad5c05b5 (diff) | |
download | smokeping-971bd0e476bae219341624848d1bae68241a42e8.tar.gz smokeping-971bd0e476bae219341624848d1bae68241a42e8.tar.xz |
prepare for the release of smokeping-20060420_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 dffd85c..556b3fe 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="20060419"; +$VERSION="20060420"; # we want opts everywhere my %opt; |