diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-08 01:00:54 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-03-08 01:00:54 +0100 |
commit | 59ecc933d413dadcc1393cea8b05c3d66c6399c0 (patch) | |
tree | 5753dc38c508766f663ee6bfde3c9a3a416a816b /lib | |
parent | 1cd0f0b0a673c49189a112d60d8e5258390b20d0 (diff) | |
download | smokeping-59ecc933d413dadcc1393cea8b05c3d66c6399c0.tar.gz smokeping-59ecc933d413dadcc1393cea8b05c3d66c6399c0.tar.xz |
prepare for the release of smokeping-20060308_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 5182372..028adb6 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="20060307"; +$VERSION="20060308"; # we want opts everywhere my %opt; |