summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-20 01:00:56 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-20 01:00:56 +0200
commit4cb033293a392832e7748af39ed99b7c5e30eb9d (patch)
tree999c2af05ebc94b41192014ae6d1ab931dfab09f /lib
parent161f1b8f58933795b45d772b4b2cd5c0132a2060 (diff)
downloadsmokeping-4cb033293a392832e7748af39ed99b7c5e30eb9d.tar.gz
smokeping-4cb033293a392832e7748af39ed99b7c5e30eb9d.tar.xz
prepare for the release of smokeping-20060720_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 7e4b82a..eeb85a7 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="20060719";
+$VERSION="20060720";
# we want opts everywhere
my %opt;