summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-06-18 01:00:58 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-06-18 01:00:58 +0200
commitc2d71b63191ed2029b57468dcaa5df824236b0dc (patch)
tree5bfb11216ddf530de7ca787b462121fa2663ed6d /lib/Smokeping.pm
parent4fec7afde03c59022a8473b7d465f01ac822ff16 (diff)
downloadsmokeping-c2d71b63191ed2029b57468dcaa5df824236b0dc.tar.gz
smokeping-c2d71b63191ed2029b57468dcaa5df824236b0dc.tar.xz
prepare for the release of smokeping-20060618_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 c308e00..2d0199d 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="20060617";
+$VERSION="20060618";
# we want opts everywhere
my %opt;