diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-24 01:01:00 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-06-24 01:01:00 +0200 |
commit | 313e5a392ecfb97f8fdab78ecef6aea7f9790c62 (patch) | |
tree | ba42f3d99dc05e8c2a49c6883439e1936cf7ac4c /lib | |
parent | 446159316e2445b0b5596696a8b135529cc64099 (diff) | |
download | smokeping-313e5a392ecfb97f8fdab78ecef6aea7f9790c62.tar.gz smokeping-313e5a392ecfb97f8fdab78ecef6aea7f9790c62.tar.xz |
prepare for the release of smokeping-20060624_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 dc0adb6..8e59c6b 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="20060623"; +$VERSION="20060624"; # we want opts everywhere my %opt; |