summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-19 01:01:03 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-19 01:01:03 +0200
commit879fb4247906dd9eac91acc9a055e51aa20917e5 (patch)
treec2da7bbcf9f6e76d7e1298261b4970a88b4e9778 /lib/Smokeping.pm
parent0ca7a5fd001a3d159e741ab88a306ba0508e55ad (diff)
downloadsmokeping-879fb4247906dd9eac91acc9a055e51aa20917e5.tar.gz
smokeping-879fb4247906dd9eac91acc9a055e51aa20917e5.tar.xz
prepare for the release of smokeping-20060819_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 52ed860..832d4e5 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="20060818";
+$VERSION="20060819";
# we want opts everywhere
my %opt;