diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-22 01:00:53 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-05-22 01:00:53 +0200 |
commit | 9b89c87e8139103df792cd55cf0cebae2211ea0d (patch) | |
tree | 9132b41eb45a801b86c427464638f7b2e5525f9d /lib | |
parent | d1d4941d1821370757de586e0fc06bd36dc8595e (diff) | |
download | smokeping-9b89c87e8139103df792cd55cf0cebae2211ea0d.tar.gz smokeping-9b89c87e8139103df792cd55cf0cebae2211ea0d.tar.xz |
prepare for the release of smokeping-20060522_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 c6596c0..445fe0b 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="20060521"; +$VERSION="20060522"; # we want opts everywhere my %opt; |