diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-18 01:00:53 +0100 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-01-18 01:00:53 +0100 |
commit | ff4556debdd900c0e0c12ea1f02f336832badb35 (patch) | |
tree | 58c20e2ac0e43754ef951dcce122ed24462a58cb /lib | |
parent | 2725616dc36e59b6524ada73e1f492c248aafc1f (diff) | |
download | smokeping-ff4556debdd900c0e0c12ea1f02f336832badb35.tar.gz smokeping-ff4556debdd900c0e0c12ea1f02f336832badb35.tar.xz |
prepare for the release of smokeping-20060118_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 8365241..a90d08b 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="20060117"; +$VERSION="20060118"; # we want opts everywhere my %opt; |