diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-09 01:00:56 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-09 01:00:56 +0100 |
commit | 5fa129240541ea49fdd1c1e767c461ceaee5c9a2 (patch) | |
tree | 08b18a1b2945c7a121b500bde101284211d7d5d9 /lib | |
parent | 2295a13ccf466b166d8e7d15bea363a01753b8a4 (diff) | |
download | smokeping-5fa129240541ea49fdd1c1e767c461ceaee5c9a2.tar.gz smokeping-5fa129240541ea49fdd1c1e767c461ceaee5c9a2.tar.xz |
prepare for the release of smokeping-20051109_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 aa1c1f4..47fd6bb 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="20051108"; +$VERSION="20051109"; # we want opts everywhere my %opt; |