diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-08 01:00:59 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-08 01:00:59 +0200 |
commit | 2820736e7ed7adec3c1e34cf83f89b20e727a058 (patch) | |
tree | df796e16cb39d44a4dc3cd327fc81316557e84bf /lib | |
parent | bf0e5b5088c2704a4fa9537696e496d4de8c97e3 (diff) | |
download | smokeping-2820736e7ed7adec3c1e34cf83f89b20e727a058.tar.gz smokeping-2820736e7ed7adec3c1e34cf83f89b20e727a058.tar.xz |
prepare for the release of smokeping-20060608_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 c5ec8ab..dbf6969 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="20060607"; +$VERSION="20060608"; # we want opts everywhere my %opt; |