diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-02-19 01:00:48 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-02-19 01:00:48 +0100 |
commit | c70d17ccd08cbd5ceca437a3bf0b8e1826bf87b6 (patch) | |
tree | fdfdbb4b1772816ae276bdcb823e0b3928f09817 /lib | |
parent | d46cf31ae2666708ddbf288fd085d1bb07e9bbc4 (diff) | |
download | smokeping-c70d17ccd08cbd5ceca437a3bf0b8e1826bf87b6.tar.gz smokeping-c70d17ccd08cbd5ceca437a3bf0b8e1826bf87b6.tar.xz |
prepare for the release of smokeping-20060219_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 6081e7b..bdf170b 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="20060218"; +$VERSION="20060219"; # we want opts everywhere my %opt; |