summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-14 01:00:51 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-14 01:00:51 +0200
commit5ed6e51c5681cfb899d672a5c86bf6cd2301ea6f (patch)
tree8325963cb4d405bccd4d7593647408af9d5137a4 /lib/Smokeping.pm
parentaa47de5289ea7cd132f38c94c21b6b67647d35ab (diff)
downloadsmokeping-5ed6e51c5681cfb899d672a5c86bf6cd2301ea6f.tar.gz
smokeping-5ed6e51c5681cfb899d672a5c86bf6cd2301ea6f.tar.xz
prepare for the release of smokeping-20060514_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 e200dc9..6c8367e 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -27,7 +27,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="20060513";
+$VERSION="20060514";
# we want opts everywhere
my %opt;