diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-12 01:01:01 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-12 01:01:01 +0100 |
commit | 3e7bc9eb6f96569e3e9f80c6812d84d83418bb6a (patch) | |
tree | 3ec5746b7d68357f2f839c3792d485518f3ff713 /lib | |
parent | b8d8935bf52baea0170d74db6bdbf82d5dc21231 (diff) | |
download | smokeping-3e7bc9eb6f96569e3e9f80c6812d84d83418bb6a.tar.gz smokeping-3e7bc9eb6f96569e3e9f80c6812d84d83418bb6a.tar.xz |
prepare for the release of smokeping-20051112_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 81bd56a..7855808 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="20051111"; +$VERSION="20051112"; # we want opts everywhere my %opt; |