diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-12 01:01:00 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-12 01:01:00 +0200 |
commit | c10f5b164ddf4e727c70f9eaf554f65ef5e2fb27 (patch) | |
tree | 81a038274386b9f209812123bca862ab02b13b09 /lib | |
parent | b290aa45f2b456046c79fccf68e3e85f04ada40e (diff) | |
download | smokeping-c10f5b164ddf4e727c70f9eaf554f65ef5e2fb27.tar.gz smokeping-c10f5b164ddf4e727c70f9eaf554f65ef5e2fb27.tar.xz |
prepare for the release of smokeping-20060712_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 28a4f90..49fdea8 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="20060711"; +$VERSION="20060712"; # we want opts everywhere my %opt; |