diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-17 01:00:57 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-17 01:00:57 +0200 |
commit | 4fec7afde03c59022a8473b7d465f01ac822ff16 (patch) | |
tree | a91b4fff2df50410dc182242d0ac53cb53514905 /lib | |
parent | c6511eb9a138b20fffde614288d13851e3b8219b (diff) | |
download | smokeping-4fec7afde03c59022a8473b7d465f01ac822ff16.tar.gz smokeping-4fec7afde03c59022a8473b7d465f01ac822ff16.tar.xz |
prepare for the release of smokeping-20060617_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 1c82767..c308e00 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="20060616"; +$VERSION="20060617"; # we want opts everywhere my %opt; |