diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-28 01:00:56 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-28 01:00:56 +0200 |
commit | aca2888dd0ba3669c4a564d91b58b1ff20ff929b (patch) | |
tree | 8ebbee33b44996bdc9eb79e29f86eb3472b12530 /lib | |
parent | 1b93efcb67eab9d086d737e21705956ff859f9b2 (diff) | |
download | smokeping-aca2888dd0ba3669c4a564d91b58b1ff20ff929b.tar.gz smokeping-aca2888dd0ba3669c4a564d91b58b1ff20ff929b.tar.xz |
prepare for the release of smokeping-20060428_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 0c4dff2..e12245f 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="20060427"; +$VERSION="20060428"; # we want opts everywhere my %opt; |