diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-07 01:00:48 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-07 01:00:48 +0100 |
commit | 1cd0f0b0a673c49189a112d60d8e5258390b20d0 (patch) | |
tree | e766a819aacdd982027da000326c1c0f5e79191a /lib | |
parent | 57883cc6af995e35fa01491cb6ce5b5188a663ab (diff) | |
download | smokeping-1cd0f0b0a673c49189a112d60d8e5258390b20d0.tar.gz smokeping-1cd0f0b0a673c49189a112d60d8e5258390b20d0.tar.xz |
prepare for the release of smokeping-20060307_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 790ad8b..5182372 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="20060306"; +$VERSION="20060307"; # we want opts everywhere my %opt; |