summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-21 01:01:00 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-21 01:01:00 +0200
commit3cb15a9faccb4e8fcaf9919f1805ae5e8927149b (patch)
tree8134d7ce9e22cfac0f1875af47d6e0937adec4e8 /lib
parent4cb033293a392832e7748af39ed99b7c5e30eb9d (diff)
downloadsmokeping-3cb15a9faccb4e8fcaf9919f1805ae5e8927149b.tar.gz
smokeping-3cb15a9faccb4e8fcaf9919f1805ae5e8927149b.tar.xz
prepare for the release of smokeping-20060721_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 eeb85a7..2ebe932 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -28,7 +28,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="20060720";
+$VERSION="20060721";
# we want opts everywhere
my %opt;