summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-02-28 01:00:52 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-02-28 01:00:52 +0100
commitefd79d1d39d86c71c2ce6d324b543e159c2350bc (patch)
tree77623982c626a5dc0b81cd99b2015f994b5a0858 /lib
parent8af9909af7667d0d4b4af52edd8feec8000d1009 (diff)
downloadsmokeping-efd79d1d39d86c71c2ce6d324b543e159c2350bc.tar.gz
smokeping-efd79d1d39d86c71c2ce6d324b543e159c2350bc.tar.xz
prepare for the release of smokeping-20060228_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 3eede15..7147906 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="20060227";
+$VERSION="20060228";
# we want opts everywhere
my %opt;