summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-11 01:00:55 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-11 01:00:55 +0200
commitb290aa45f2b456046c79fccf68e3e85f04ada40e (patch)
tree99ad38ac531b12866ec2785bdd505948aa1e64d0 /lib
parent5baf73d8adfbbe6c505edc9a6cae2043a57114f1 (diff)
downloadsmokeping-b290aa45f2b456046c79fccf68e3e85f04ada40e.tar.gz
smokeping-b290aa45f2b456046c79fccf68e3e85f04ada40e.tar.xz
prepare for the release of smokeping-20060711_trunk
Diffstat (limited to 'lib')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 68e69d5..28a4f90 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -28,7 +28,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="20060710";
+$VERSION="20060711";
# we want opts everywhere
my %opt;