summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-01-11 01:00:59 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-01-11 01:00:59 +0100
commit32a5c55063a7af8f655df33bad5cbf56b70a4cc5 (patch)
tree5dcdd091d769e95dd681f2a3ce4d2c75c09fce4b /lib/Smokeping.pm
parent62290ff74c8c5f66f2a869d6753ce5ac945c9334 (diff)
downloadsmokeping-32a5c55063a7af8f655df33bad5cbf56b70a4cc5.tar.gz
smokeping-32a5c55063a7af8f655df33bad5cbf56b70a4cc5.tar.xz
prepare for the release of smokeping-20060111_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 e177da9..e44295f 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="20060110";
+$VERSION="20060111";
# we want opts everywhere
my %opt;