diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-26 22:07:15 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-26 22:07:15 +0200 |
commit | 5a809af06052ab4475f90c7972cd5fa5930914e0 (patch) | |
tree | 0bac2bdde8ab8320c9c2521e9d3a1c8b5ae75d73 /lib | |
parent | 1d1ad79d657c4706933332cc17af5f15df0353a0 (diff) | |
download | smokeping-5a809af06052ab4475f90c7972cd5fa5930914e0.tar.gz smokeping-5a809af06052ab4475f90c7972cd5fa5930914e0.tar.xz |
prepare for the release of smokeping-20050926_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 8becf93..c006a1f 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="20050925"; +$VERSION="20050926"; # we want opts everywhere my %opt; |