summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-03-06 01:00:49 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-03-06 01:00:49 +0100
commit57883cc6af995e35fa01491cb6ce5b5188a663ab (patch)
treecc0eb2837e768e20dd54129384af015d159f69f2 /lib
parent09500f0224d8717db157f6d21961a22dbef329a7 (diff)
downloadsmokeping-57883cc6af995e35fa01491cb6ce5b5188a663ab.tar.gz
smokeping-57883cc6af995e35fa01491cb6ce5b5188a663ab.tar.xz
prepare for the release of smokeping-20060306_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 2453cf9..790ad8b 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="20060305";
+$VERSION="20060306";
# we want opts everywhere
my %opt;