summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-15 01:01:09 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-15 01:01:09 +0200
commitdb0fe70e88e9d0247e800b9a41e1c217fb028bc8 (patch)
tree5cc63fac7b9e671ac32fff8e3ddc60f1f4ec6e2f /lib/Smokeping.pm
parent7f719f169b7df45f8c47b6fa11bd0cdd60bc6865 (diff)
downloadsmokeping-db0fe70e88e9d0247e800b9a41e1c217fb028bc8.tar.gz
smokeping-db0fe70e88e9d0247e800b9a41e1c217fb028bc8.tar.xz
prepare for the release of smokeping-20060715_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 c1f85a8..0d35732 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="20060714";
+$VERSION="20060715";
# we want opts everywhere
my %opt;