summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-09-28 01:00:55 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-09-28 01:00:55 +0200
commitec993081f760b7af33e60c14717ea9f557b1881f (patch)
treeb524e1f574b6d9a043c64d32dd247875f7b6e543 /lib/Smokeping.pm
parent40cb0357e0446fa3d0e34f17d006cdfd232681dd (diff)
downloadsmokeping-ec993081f760b7af33e60c14717ea9f557b1881f.tar.gz
smokeping-ec993081f760b7af33e60c14717ea9f557b1881f.tar.xz
prepare for the release of smokeping-20050928_trunk
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm2
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;