diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-29 01:00:48 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-29 01:00:48 +0200 |
commit | 7b1759db61292ea7805502ecbd4e13986c46fb38 (patch) | |
tree | 59607c7e7dd30dfeac53650b844839a402610436 /lib | |
parent | 7089b5c78e9194c097a488eb87b3e45b416d94bc (diff) | |
download | smokeping-7b1759db61292ea7805502ecbd4e13986c46fb38.tar.gz smokeping-7b1759db61292ea7805502ecbd4e13986c46fb38.tar.xz |
prepare for the release of smokeping-20060329_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 74d88ab..89a1b94 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="20060328"; +$VERSION="20060329"; # we want opts everywhere my %opt; |