summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-04-29 01:00:50 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-04-29 01:00:50 +0200
commitc9b778cc793a0aa617b378f289ccca27aa73204a (patch)
tree64a50e2067f3c8c2805a806faaf244cdf3faefdc /lib
parentaca2888dd0ba3669c4a564d91b58b1ff20ff929b (diff)
downloadsmokeping-c9b778cc793a0aa617b378f289ccca27aa73204a.tar.gz
smokeping-c9b778cc793a0aa617b378f289ccca27aa73204a.tar.xz
prepare for the release of smokeping-20060429_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 e12245f..e2c63b9 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="20060428";
+$VERSION="20060429";
# we want opts everywhere
my %opt;