summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-08 01:00:54 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-08 01:00:54 +0200
commit8448d6f09bcb2b3712a27df0725daa19a1c15527 (patch)
tree0295361b86d79b9c5e4e39fa8a888db70e5b1896 /lib
parenta9e0eabfde78048a7aebdf1cfa7c018aef480fff (diff)
downloadsmokeping-8448d6f09bcb2b3712a27df0725daa19a1c15527.tar.gz
smokeping-8448d6f09bcb2b3712a27df0725daa19a1c15527.tar.xz
prepare for the release of smokeping-20060808_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 3aace07..be1c08e 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="20060807";
+$VERSION="20060808";
# we want opts everywhere
my %opt;