diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-01 01:00:54 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-01 01:00:54 +0100 |
commit | ced1a2d96fa017fb8161d48a6fc28a945e83c856 (patch) | |
tree | 259bdde80182091ec219d0b4770d50fb763ebd5b /lib | |
parent | efd79d1d39d86c71c2ce6d324b543e159c2350bc (diff) | |
download | smokeping-ced1a2d96fa017fb8161d48a6fc28a945e83c856.tar.gz smokeping-ced1a2d96fa017fb8161d48a6fc28a945e83c856.tar.xz |
prepare for the release of smokeping-20060301_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 7147906..8f538a3 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="20060228"; +$VERSION="20060301"; # we want opts everywhere my %opt; |