diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-25 01:00:56 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-25 01:00:56 +0200 |
commit | c10f2699a9eb97e79e237357190c971886074fb3 (patch) | |
tree | 1d5d9b71c7ca25c94634efa338fcf4e5a2e475b4 /lib | |
parent | 650455bf23f0ff0d4199d4e48c87d96a928b4344 (diff) | |
download | smokeping-c10f2699a9eb97e79e237357190c971886074fb3.tar.gz smokeping-c10f2699a9eb97e79e237357190c971886074fb3.tar.xz |
prepare for the release of smokeping-20060725_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 60c711b..069c55d 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="20060724"; +$VERSION="20060725"; # we want opts everywhere my %opt; |