diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-02 01:00:53 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-02 01:00:53 +0200 |
commit | c39a2544b2fa4f74ea5e32168b270e48c0312b91 (patch) | |
tree | cee89986414c4bbea1cd1e3d2a14ac01540a9b90 /lib | |
parent | 2ae71f2430ad1ec64882911278078caf41c7ea50 (diff) | |
download | smokeping-c39a2544b2fa4f74ea5e32168b270e48c0312b91.tar.gz smokeping-c39a2544b2fa4f74ea5e32168b270e48c0312b91.tar.xz |
prepare for the release of smokeping-20060802_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 8d7c196..a74e5ba 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -28,7 +28,7 @@ use Smokeping::RRDtools; # globale persistent variables for speedy use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode); -$VERSION="20060801"; +$VERSION="20060802"; # we want opts everywhere my %opt; |