diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-18 01:00:52 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-18 01:00:52 +0100 |
commit | c99ad9c627f6df9f82438223f8966d87907d0650 (patch) | |
tree | 09c4561fb086dd463fd3b23e553661435c5e50d9 /lib | |
parent | 7364208763247000d58ca49355737e98316517f4 (diff) | |
download | smokeping-c99ad9c627f6df9f82438223f8966d87907d0650.tar.gz smokeping-c99ad9c627f6df9f82438223f8966d87907d0650.tar.xz |
prepare for the release of smokeping-20060318_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 667f807..76de78c 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="20060317"; +$VERSION="20060318"; # we want opts everywhere my %opt; |