summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-05-10 01:01:01 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-05-10 01:01:01 +0200
commit2f862b1505ae982ecee7a33c0d19bebdf37013b2 (patch)
treeb84f2e0a97cd1079fd6d14e8d42daeb7c350fb7b /lib/Smokeping.pm
parentb00f64b74155e0f4de20a2d0ec40827a04b5b534 (diff)
downloadsmokeping-2f862b1505ae982ecee7a33c0d19bebdf37013b2.tar.gz
smokeping-2f862b1505ae982ecee7a33c0d19bebdf37013b2.tar.xz
prepare for the release of smokeping-20060510_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 42ff325..8b17372 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="20060509";
+$VERSION="20060510";
# we want opts everywhere
my %opt;