diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-04 01:00:59 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-11-04 01:00:59 +0100 |
commit | a644389b1d268fa892f1c31ca2578fbdc47b9620 (patch) | |
tree | fd7ecea4864869125a2316a4018e42f251c0f544 /lib | |
parent | 8ab320e78f3e87258976262d8b8df26d11384e5b (diff) | |
download | smokeping-a644389b1d268fa892f1c31ca2578fbdc47b9620.tar.gz smokeping-a644389b1d268fa892f1c31ca2578fbdc47b9620.tar.xz |
prepare for the release of smokeping-20051104_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 32f812f..cc7867a 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="20051103"; +$VERSION="20051104"; # we want opts everywhere my %opt; |