summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-24 01:01:19 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-24 01:01:19 +0200
commit650455bf23f0ff0d4199d4e48c87d96a928b4344 (patch)
treeebf50ae9045d62604aa11f22b07a0ab1b3219e67 /lib
parenta89ce7953c4bfb06046b87a517e4401e91c9a219 (diff)
downloadsmokeping-650455bf23f0ff0d4199d4e48c87d96a928b4344.tar.gz
smokeping-650455bf23f0ff0d4199d4e48c87d96a928b4344.tar.xz
prepare for the release of smokeping-20060724_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 1a28154..60c711b 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="20060723";
+$VERSION="20060724";
# we want opts everywhere
my %opt;