summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-03-05 01:00:49 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-03-05 01:00:49 +0100
commit09500f0224d8717db157f6d21961a22dbef329a7 (patch)
tree5031e14884f2cdba7ab876bd58b9e3a033da4aa4 /lib
parentea72fc0b5ded9d967d9f85a5574be692b89559a0 (diff)
downloadsmokeping-09500f0224d8717db157f6d21961a22dbef329a7.tar.gz
smokeping-09500f0224d8717db157f6d21961a22dbef329a7.tar.xz
prepare for the release of smokeping-20060305_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 c048437..2453cf9 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="20060304";
+$VERSION="20060305";
# we want opts everywhere
my %opt;