diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-02-02 01:00:52 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-02-02 01:00:52 +0100 |
commit | cfa4f1124afc197ab9e14ddb6cdd62fe3b9e4c7d (patch) | |
tree | f0ba9ba021fb81072469e12c889503624892678b /lib | |
parent | 0a0d6309f769c2dc835170b483326c1a88a629f3 (diff) | |
download | smokeping-cfa4f1124afc197ab9e14ddb6cdd62fe3b9e4c7d.tar.gz smokeping-cfa4f1124afc197ab9e14ddb6cdd62fe3b9e4c7d.tar.xz |
prepare for the release of smokeping-20060202_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 2d17699..444f4ce 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="20060201"; +$VERSION="20060202"; # we want opts everywhere my %opt; |