diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-17 01:00:51 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-17 01:00:51 +0200 |
commit | 5186621fd92524792c03406d61d0cecf74e4dbbc (patch) | |
tree | 224d412a540a8d6a1e7bd59af800b3f4b43d6424 /lib | |
parent | 88bbf618e858f433fab37dc7578ab48eded70d00 (diff) | |
download | smokeping-5186621fd92524792c03406d61d0cecf74e4dbbc.tar.gz smokeping-5186621fd92524792c03406d61d0cecf74e4dbbc.tar.xz |
prepare for the release of smokeping-20050917_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 a57e661..bede133 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="20050916"; +$VERSION="20050917"; # we want opts everywhere my %opt; |