diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-23 01:00:56 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-23 01:00:56 +0100 |
commit | 067711fa0dbf61e7fa165121d9735b1a4eb989e1 (patch) | |
tree | 83b5c58737ad23967f4ca901e819616023a793d0 /lib | |
parent | 1247ca957d00432d6aa3c4f2cbf9c509ea545c03 (diff) | |
download | smokeping-067711fa0dbf61e7fa165121d9735b1a4eb989e1.tar.gz smokeping-067711fa0dbf61e7fa165121d9735b1a4eb989e1.tar.xz |
prepare for the release of smokeping-20060323_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 4eb3f04..00bd034 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="20060322"; +$VERSION="20060323"; # we want opts everywhere my %opt; |