summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-31 01:01:04 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-31 01:01:04 +0200
commitb585d236b5c9e4fec03146e4ce5c3452507e438e (patch)
tree56aca25452b3a6c00186d57ec5d110020af3fbe0 /lib/Smokeping.pm
parenteda43ee0d111938bd8effeb223a4bd1a81e23998 (diff)
downloadsmokeping-b585d236b5c9e4fec03146e4ce5c3452507e438e.tar.gz
smokeping-b585d236b5c9e4fec03146e4ce5c3452507e438e.tar.xz
prepare for the release of smokeping-20060731_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 f6273ee..91f086d 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="20060730";
+$VERSION="20060731";
# we want opts everywhere
my %opt;