summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-10-30 01:00:54 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-10-30 01:00:54 +0200
commit6a4c5617d253d488000e511c028afc4cc46aa7e2 (patch)
tree194524a67832fbfa60a2e4f52a0157154702ddc3 /lib
parent63bfbe565cd684d88eed9a0993b035ce6addae70 (diff)
downloadsmokeping-6a4c5617d253d488000e511c028afc4cc46aa7e2.tar.gz
smokeping-6a4c5617d253d488000e511c028afc4cc46aa7e2.tar.xz
prepare for the release of smokeping-20051030_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 7c300f7..89b38cf 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="20051029";
+$VERSION="20051030";
# we want opts everywhere
my %opt;