diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-06 01:00:49 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-06 01:00:49 +0200 |
commit | c2bf9c3c752ed3ae795fe7d72607e5c1732de843 (patch) | |
tree | 71e9b99355606219f4e7c92aef34928768868347 /lib/Smokeping.pm | |
parent | 9abc22db7afb02eaddaa546c3a72475ff0bae0da (diff) | |
download | smokeping-c2bf9c3c752ed3ae795fe7d72607e5c1732de843.tar.gz smokeping-c2bf9c3c752ed3ae795fe7d72607e5c1732de843.tar.xz |
prepare for the release of smokeping-20050906_trunk
Diffstat (limited to 'lib/Smokeping.pm')
-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 f107e1a..8dc9d20 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="20050905"; +$VERSION="20050906"; # we want opts everywhere my %opt; |