diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-18 01:01:06 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-18 01:01:06 +0200 |
commit | ce8a46b5e9aa091d455ea0e25f5f478a3b6f3110 (patch) | |
tree | 7abc9df4315256063c506cf1934f606e9272ef85 /lib | |
parent | 2dc8c44f712a2f70c340dc490adc14b9e6e2058f (diff) | |
download | smokeping-ce8a46b5e9aa091d455ea0e25f5f478a3b6f3110.tar.gz smokeping-ce8a46b5e9aa091d455ea0e25f5f478a3b6f3110.tar.xz |
prepare for the release of smokeping-20060718_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 8e9129b..b0e803f 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -28,7 +28,7 @@ use Smokeping::RRDtools; # globale persistent variables for speedy use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode); -$VERSION="20060717"; +$VERSION="20060718"; # we want opts everywhere my %opt; |