diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-31 01:01:04 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-07-31 01:01:04 +0200 |
commit | b585d236b5c9e4fec03146e4ce5c3452507e438e (patch) | |
tree | 56aca25452b3a6c00186d57ec5d110020af3fbe0 /lib | |
parent | eda43ee0d111938bd8effeb223a4bd1a81e23998 (diff) | |
download | smokeping-b585d236b5c9e4fec03146e4ce5c3452507e438e.tar.gz smokeping-b585d236b5c9e4fec03146e4ce5c3452507e438e.tar.xz |
prepare for the release of smokeping-20060731_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 f6273ee..91f086d 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="20060730"; +$VERSION="20060731"; # we want opts everywhere my %opt; |