diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-30 01:00:51 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-30 01:00:51 +0200 |
commit | 3b6841978aff64e8f21aa424e2245d46c0132094 (patch) | |
tree | 6f5a10cbe8a1c54874f22fd5ce5162cb93f9ae93 /lib | |
parent | c9b778cc793a0aa617b378f289ccca27aa73204a (diff) | |
download | smokeping-3b6841978aff64e8f21aa424e2245d46c0132094.tar.gz smokeping-3b6841978aff64e8f21aa424e2245d46c0132094.tar.xz |
prepare for the release of smokeping-20060430_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 e2c63b9..8296a6e 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="20060429"; +$VERSION="20060430"; # we want opts everywhere my %opt; |