summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-03-23 01:00:56 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-03-23 01:00:56 +0100
commit067711fa0dbf61e7fa165121d9735b1a4eb989e1 (patch)
tree83b5c58737ad23967f4ca901e819616023a793d0 /lib
parent1247ca957d00432d6aa3c4f2cbf9c509ea545c03 (diff)
downloadsmokeping-067711fa0dbf61e7fa165121d9735b1a4eb989e1.tar.gz
smokeping-067711fa0dbf61e7fa165121d9735b1a4eb989e1.tar.xz
prepare for the release of smokeping-20060323_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 4eb3f04..00bd034 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="20060322";
+$VERSION="20060323";
# we want opts everywhere
my %opt;