diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-02 01:01:01 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-02 01:01:01 +0100 |
commit | 9333ae4fead9fd1e066e6c10c731fa30e9bb7161 (patch) | |
tree | 3aab6d38a7199fab611ec699f8d7b6ddf26bf012 /lib | |
parent | a25527165845fd32dd1ac054d3962c83bad989cb (diff) | |
download | smokeping-9333ae4fead9fd1e066e6c10c731fa30e9bb7161.tar.gz smokeping-9333ae4fead9fd1e066e6c10c731fa30e9bb7161.tar.xz |
prepare for the release of smokeping-20060102_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 3a9009c..0fc26b5 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="20060101"; +$VERSION="20060102"; # we want opts everywhere my %opt; |