diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-24 01:00:56 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-24 01:00:56 +0100 |
commit | 62e3577448c628db993746355c9e48162fbcf898 (patch) | |
tree | cc845f6df588746105fea530855504d0a6a66157 /lib | |
parent | f8e5cb064dd35f2872ffcb90e623bb3fa55ce82c (diff) | |
download | smokeping-62e3577448c628db993746355c9e48162fbcf898.tar.gz smokeping-62e3577448c628db993746355c9e48162fbcf898.tar.xz |
prepare for the release of smokeping-20060124_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 d13cf28..75baaa1 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="20060123"; +$VERSION="20060124"; # we want opts everywhere my %opt; |