diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-04 01:00:56 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-10-04 01:00:56 +0200 |
commit | 4caa4ed99402778a0bf455a5ec5056ade6e52bbb (patch) | |
tree | 1c143feb22f9719444b9b8942919e2f546bfdc44 /lib | |
parent | fe0fef990bd0c11934ce48da407b51906a2c862e (diff) | |
download | smokeping-4caa4ed99402778a0bf455a5ec5056ade6e52bbb.tar.gz smokeping-4caa4ed99402778a0bf455a5ec5056ade6e52bbb.tar.xz |
prepare for the release of smokeping-20051004_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 87f8a13..9c1ba83 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="20051003"; +$VERSION="20051004"; # we want opts everywhere my %opt; |