summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-01-19 01:00:53 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-01-19 01:00:53 +0100
commitcbe6eb611c92f5eafef03940ff8d4610490d7351 (patch)
treef12403344c1488978a86d5a9d50169562d712fc1 /lib
parentff4556debdd900c0e0c12ea1f02f336832badb35 (diff)
downloadsmokeping-cbe6eb611c92f5eafef03940ff8d4610490d7351.tar.gz
smokeping-cbe6eb611c92f5eafef03940ff8d4610490d7351.tar.xz
prepare for the release of smokeping-20060119_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 a90d08b..fc515eb 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="20060118";
+$VERSION="20060119";
# we want opts everywhere
my %opt;