summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-03-28 01:00:51 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-03-28 01:00:51 +0200
commit7089b5c78e9194c097a488eb87b3e45b416d94bc (patch)
treeb6b2d07d11a3ae7ebdfc7ba75c94339774f149d2 /lib
parent4f7b53be0f6b0ca441e680a4c204c6bb9ddb5b29 (diff)
downloadsmokeping-7089b5c78e9194c097a488eb87b3e45b416d94bc.tar.gz
smokeping-7089b5c78e9194c097a488eb87b3e45b416d94bc.tar.xz
prepare for the release of smokeping-20060328_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 e538d07..74d88ab 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="20060327";
+$VERSION="20060328";
# we want opts everywhere
my %opt;