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