diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-10 01:00:58 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-10 01:00:58 +0200 |
commit | eea608d23ea60480a67dc5bad16821096c0d8d3d (patch) | |
tree | 7691d89d835ace1da2a896849d5109b0e02b394f /lib | |
parent | 5c74f8d92d50aecde1eb92e77eef7549ef3d3228 (diff) | |
download | smokeping-eea608d23ea60480a67dc5bad16821096c0d8d3d.tar.gz smokeping-eea608d23ea60480a67dc5bad16821096c0d8d3d.tar.xz |
prepare for the release of smokeping-20060810_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 3e40933..a264244 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="20060809"; +$VERSION="20060810"; # we want opts everywhere my %opt; |