summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-12 01:00:56 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-12 01:00:56 +0200
commit9d944716c0b1a3ba2a1057865f787e40bc0cef7f (patch)
tree4f51556560169c6079aede47b97f00a74d10cac5 /lib/Smokeping.pm
parentbb79f178b55d84776e72d123634513941e4cbf94 (diff)
downloadsmokeping-9d944716c0b1a3ba2a1057865f787e40bc0cef7f.tar.gz
smokeping-9d944716c0b1a3ba2a1057865f787e40bc0cef7f.tar.xz
prepare for the release of smokeping-20060812_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 6b1429b..b04150f 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="20060811";
+$VERSION="20060812";
# we want opts everywhere
my %opt;