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