diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-29 01:00:59 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-29 01:00:59 +0200 |
commit | 63bfbe565cd684d88eed9a0993b035ce6addae70 (patch) | |
tree | 27f073437f212bb0534214b96097b405f319b9c3 /lib | |
parent | 86525919fb7ff3e1cd8c1f3ab6bfb5f8c095468e (diff) | |
download | smokeping-63bfbe565cd684d88eed9a0993b035ce6addae70.tar.gz smokeping-63bfbe565cd684d88eed9a0993b035ce6addae70.tar.xz |
prepare for the release of smokeping-20051029_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 94e31bf..7c300f7 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="20051028"; +$VERSION="20051029"; # we want opts everywhere my %opt; |