summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-06-03 01:00:49 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-06-03 01:00:49 +0200
commit3a8c46ba012c22b5d2e1d0b3117b40b64fd32813 (patch)
tree0795af8a5c9faf9ceccad2250cde782e0948d468 /lib
parent2fa7b05cffef73b954a9be329cf51d3d4de72209 (diff)
downloadsmokeping-3a8c46ba012c22b5d2e1d0b3117b40b64fd32813.tar.gz
smokeping-3a8c46ba012c22b5d2e1d0b3117b40b64fd32813.tar.xz
prepare for the release of smokeping-20060603_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 d7d2f62..8a3894f 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="20060602";
+$VERSION="20060603";
# we want opts everywhere
my %opt;