summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-22 01:00:58 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-22 01:00:58 +0200
commitd84352847fb49979a9b78410ad9a1df9f2efd6be (patch)
treec3cca532a20cf2cace477955fdfb1196fa9f9c01 /lib/Smokeping.pm
parent3cb15a9faccb4e8fcaf9919f1805ae5e8927149b (diff)
downloadsmokeping-d84352847fb49979a9b78410ad9a1df9f2efd6be.tar.gz
smokeping-d84352847fb49979a9b78410ad9a1df9f2efd6be.tar.xz
prepare for the release of smokeping-20060722_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 2ebe932..0d768e6 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="20060721";
+$VERSION="20060722";
# we want opts everywhere
my %opt;