diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-11 01:00:50 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-11 01:00:50 +0100 |
commit | 8320d440faa98b29c5bc197dd2ef4929bdd55275 (patch) | |
tree | 5cfeb4e981c8e0c86860da07da98c98d27983f8b /lib | |
parent | 5ab1dafe1779e191f506c13b7a9f16d023a9721b (diff) | |
download | smokeping-8320d440faa98b29c5bc197dd2ef4929bdd55275.tar.gz smokeping-8320d440faa98b29c5bc197dd2ef4929bdd55275.tar.xz |
prepare for the release of smokeping-20060311_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 e597140..40106fc 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="20060310"; +$VERSION="20060311"; # we want opts everywhere my %opt; |