diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-05 01:01:03 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-12-05 01:01:03 +0100 |
commit | 4114bcf074676b01159284cfa6d14642c748a947 (patch) | |
tree | 72744b99076efbe17ab09da97387a9f51ceb7565 /lib | |
parent | 60e55de4f17990c6917933e4be8c0e98699085dd (diff) | |
download | smokeping-4114bcf074676b01159284cfa6d14642c748a947.tar.gz smokeping-4114bcf074676b01159284cfa6d14642c748a947.tar.xz |
prepare for the release of smokeping-20051205_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 319ebd8..7d043f3 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="20051204"; +$VERSION="20051205"; # we want opts everywhere my %opt; |