diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-19 01:01:05 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-19 01:01:05 +0200 |
commit | d0c878bb2ea868bb95fbc7117465efbe6fe72d70 (patch) | |
tree | c207e7cf51b8e43c7aad8284204ea35b22cf253b /lib | |
parent | 83700c2a45a1c8e6f22954e9cc9669ca60f08206 (diff) | |
download | smokeping-d0c878bb2ea868bb95fbc7117465efbe6fe72d70.tar.gz smokeping-d0c878bb2ea868bb95fbc7117465efbe6fe72d70.tar.xz |
prepare for the release of smokeping-20050919_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 3d35083..b6145f0 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="20050918"; +$VERSION="20050919"; # we want opts everywhere my %opt; |