summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-03-30 01:00:52 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-03-30 01:00:52 +0200
commitdb4a14c92108d1a53ce77d8d866cede23980df27 (patch)
tree59406a4ee2d8ee483431223e61d1456c1452cbe8 /lib
parent7b1759db61292ea7805502ecbd4e13986c46fb38 (diff)
downloadsmokeping-db4a14c92108d1a53ce77d8d866cede23980df27.tar.gz
smokeping-db4a14c92108d1a53ce77d8d866cede23980df27.tar.xz
prepare for the release of smokeping-20060330_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 89a1b94..6bd3378 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="20060329";
+$VERSION="20060330";
# we want opts everywhere
my %opt;