diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-28 01:00:55 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2005-09-28 01:00:55 +0200 |
commit | ec993081f760b7af33e60c14717ea9f557b1881f (patch) | |
tree | b524e1f574b6d9a043c64d32dd247875f7b6e543 /lib | |
parent | 40cb0357e0446fa3d0e34f17d006cdfd232681dd (diff) | |
download | smokeping-ec993081f760b7af33e60c14717ea9f557b1881f.tar.gz smokeping-ec993081f760b7af33e60c14717ea9f557b1881f.tar.xz |
prepare for the release of smokeping-20050928_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 e105c32..6b5f4a2 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="20050927"; +$VERSION="20050928"; # we want opts everywhere my %opt; |