summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-18 01:01:13 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-18 01:01:13 +0200
commit0ca7a5fd001a3d159e741ab88a306ba0508e55ad (patch)
treef70ff36f0fabbd9b4b7d9aff7fe4284e975bf5cf /lib
parentdd01d2673a77aadd77742ec8428ef62d9480e6e8 (diff)
downloadsmokeping-0ca7a5fd001a3d159e741ab88a306ba0508e55ad.tar.gz
smokeping-0ca7a5fd001a3d159e741ab88a306ba0508e55ad.tar.xz
prepare for the release of smokeping-20060818_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 b9ee81e..52ed860 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="20060817";
+$VERSION="20060818";
# we want opts everywhere
my %opt;