diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-23 01:00:58 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-23 01:00:58 +0100 |
commit | f8e5cb064dd35f2872ffcb90e623bb3fa55ce82c (patch) | |
tree | 4221abf3ef85dfdcabe33f8f0639c6d2cc676a92 /lib/Smokeping.pm | |
parent | 2a52eba5e497c573aa34e83583427b42064be570 (diff) | |
download | smokeping-f8e5cb064dd35f2872ffcb90e623bb3fa55ce82c.tar.gz smokeping-f8e5cb064dd35f2872ffcb90e623bb3fa55ce82c.tar.xz |
prepare for the release of smokeping-20060123_trunk
Diffstat (limited to 'lib/Smokeping.pm')
-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 c424d9f..d13cf28 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="20060122"; +$VERSION="20060123"; # we want opts everywhere my %opt; |