summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-01-18 01:00:53 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-01-18 01:00:53 +0100
commitff4556debdd900c0e0c12ea1f02f336832badb35 (patch)
tree58c20e2ac0e43754ef951dcce122ed24462a58cb /lib/Smokeping.pm
parent2725616dc36e59b6524ada73e1f492c248aafc1f (diff)
downloadsmokeping-ff4556debdd900c0e0c12ea1f02f336832badb35.tar.gz
smokeping-ff4556debdd900c0e0c12ea1f02f336832badb35.tar.xz
prepare for the release of smokeping-20060118_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 8365241..a90d08b 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="20060117";
+$VERSION="20060118";
# we want opts everywhere
my %opt;