summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-04-23 01:00:54 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-04-23 01:00:54 +0200
commitaf42b4765bf1b04ccc024a94d6e3f473df3f2371 (patch)
tree9da3bf4121585c0f383061094a07b7ec9f71bc55 /lib/Smokeping.pm
parent60ab462d5400ec529c045f40f29bd4cb0d5859bd (diff)
downloadsmokeping-af42b4765bf1b04ccc024a94d6e3f473df3f2371.tar.gz
smokeping-af42b4765bf1b04ccc024a94d6e3f473df3f2371.tar.xz
prepare for the release of smokeping-20060423_trunk
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 969a783..c0fd08c 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="20060422";
+$VERSION="20060423";
# we want opts everywhere
my %opt;