diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-24 01:00:54 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-24 01:00:54 +0200 |
commit | a391548f32753e651cb44c297cb010eb9f8d0152 (patch) | |
tree | 0c4234593ae619c2c239e59b0e97c798df6045f4 /lib | |
parent | af42b4765bf1b04ccc024a94d6e3f473df3f2371 (diff) | |
download | smokeping-a391548f32753e651cb44c297cb010eb9f8d0152.tar.gz smokeping-a391548f32753e651cb44c297cb010eb9f8d0152.tar.xz |
prepare for the release of smokeping-20060424_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 c0fd08c..cf7047a 100644 --- a/lib/Smokeping.pm +++ b/lib/Smokeping.pm @@ -27,7 +27,7 @@ use Smokeping::RRDtools; # globale persistent variables for speedy use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode); -$VERSION="20060423"; +$VERSION="20060424"; # we want opts everywhere my %opt; |