summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-10-10 01:01:01 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-10-10 01:01:01 +0200
commit2d62442fb7559a4c79d2b5b30907a090a2c97a20 (patch)
tree97063581ac7d49bfabc87d79e0f9d42ab1394e80 /lib/Smokeping.pm
parent04d9b3ac960efaf94aff4846b3ff6dde3e043950 (diff)
downloadsmokeping-2d62442fb7559a4c79d2b5b30907a090a2c97a20.tar.gz
smokeping-2d62442fb7559a4c79d2b5b30907a090a2c97a20.tar.xz
prepare for the release of smokeping-20051010_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 38921c0..f00930a 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="20051009";
+$VERSION="20051010";
# we want opts everywhere
my %opt;