summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-03-22 01:00:53 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-03-22 01:00:53 +0100
commit1247ca957d00432d6aa3c4f2cbf9c509ea545c03 (patch)
treef07bf770e5d3f6991689ef60a10036b838cb1323 /lib
parenteb5b60612aec46ef7a321c223237d02c8439083b (diff)
downloadsmokeping-1247ca957d00432d6aa3c4f2cbf9c509ea545c03.tar.gz
smokeping-1247ca957d00432d6aa3c4f2cbf9c509ea545c03.tar.xz
prepare for the release of smokeping-20060322_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 b2358ee..4eb3f04 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="20060321";
+$VERSION="20060322";
# we want opts everywhere
my %opt;