diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-21 01:01:03 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-21 01:01:03 +0200 |
commit | 4530ab950e1189b01132f7d2b08ae40d18da1a61 (patch) | |
tree | 58f1b9ae83b9e8c3c41a691df37b908cb2591f0f /lib | |
parent | 971bd0e476bae219341624848d1bae68241a42e8 (diff) | |
download | smokeping-4530ab950e1189b01132f7d2b08ae40d18da1a61.tar.gz smokeping-4530ab950e1189b01132f7d2b08ae40d18da1a61.tar.xz |
prepare for the release of smokeping-20060421_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 556b3fe..22e28b3 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="20060420"; +$VERSION="20060421"; # we want opts everywhere my %opt; |