summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-03-17 01:00:58 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-03-17 01:00:58 +0100
commit7364208763247000d58ca49355737e98316517f4 (patch)
tree273517c509b70516a759e953708791c21df3d7dd /lib
parent28828494e3c14e84232a895104411d855bfd38b2 (diff)
downloadsmokeping-7364208763247000d58ca49355737e98316517f4.tar.gz
smokeping-7364208763247000d58ca49355737e98316517f4.tar.xz
prepare for the release of smokeping-20060317_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 3a48033..667f807 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="20060316";
+$VERSION="20060317";
# we want opts everywhere
my %opt;