diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-17 01:00:50 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-17 01:00:50 +0200 |
commit | a2b9b44105bf022c23f5fd8edcdc65fae6c4dcb3 (patch) | |
tree | e7aebaa4b237d8e1cce034325893a47a976cd393 /lib | |
parent | f15f1a911d68fb398eff6e50f260d17cee2ae956 (diff) | |
download | smokeping-a2b9b44105bf022c23f5fd8edcdc65fae6c4dcb3.tar.gz smokeping-a2b9b44105bf022c23f5fd8edcdc65fae6c4dcb3.tar.xz |
prepare for the release of smokeping-20060417_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 9ec1b77..1aa5a1a 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="20060416"; +$VERSION="20060417"; # we want opts everywhere my %opt; |