diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-22 01:00:55 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-22 01:00:55 +0200 |
commit | 60ab462d5400ec529c045f40f29bd4cb0d5859bd (patch) | |
tree | 0f5a23e55b968ffc2e5e58d3980977aeb4e9530b /lib | |
parent | 4530ab950e1189b01132f7d2b08ae40d18da1a61 (diff) | |
download | smokeping-60ab462d5400ec529c045f40f29bd4cb0d5859bd.tar.gz smokeping-60ab462d5400ec529c045f40f29bd4cb0d5859bd.tar.xz |
prepare for the release of smokeping-20060422_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 22e28b3..969a783 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="20060421"; +$VERSION="20060422"; # we want opts everywhere my %opt; |