summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-03-08 01:00:54 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-03-08 01:00:54 +0100
commit59ecc933d413dadcc1393cea8b05c3d66c6399c0 (patch)
tree5753dc38c508766f663ee6bfde3c9a3a416a816b /lib
parent1cd0f0b0a673c49189a112d60d8e5258390b20d0 (diff)
downloadsmokeping-59ecc933d413dadcc1393cea8b05c3d66c6399c0.tar.gz
smokeping-59ecc933d413dadcc1393cea8b05c3d66c6399c0.tar.xz
prepare for the release of smokeping-20060308_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 5182372..028adb6 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="20060307";
+$VERSION="20060308";
# we want opts everywhere
my %opt;