diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-27 01:01:02 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-27 01:01:02 +0200 |
commit | 40cb0357e0446fa3d0e34f17d006cdfd232681dd (patch) | |
tree | 60eb63582fca7fecc3e6bed53a0ced9173da9b80 /lib/Smokeping.pm | |
parent | 5a809af06052ab4475f90c7972cd5fa5930914e0 (diff) | |
download | smokeping-40cb0357e0446fa3d0e34f17d006cdfd232681dd.tar.gz smokeping-40cb0357e0446fa3d0e34f17d006cdfd232681dd.tar.xz |
prepare for the release of smokeping-20050927_trunk
Diffstat (limited to 'lib/Smokeping.pm')
-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 c006a1f..e105c32 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="20050926"; +$VERSION="20050927"; # we want opts everywhere my %opt; |