summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-04-16 01:00:51 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-04-16 01:00:51 +0200
commitd414b046426118fee953f74bde16a31b83fe9fa9 (patch)
treebc432017abd8d385aa05e4df006d47f7d4d975ae /lib
parent321bd6f0be0f2e172b42224efd22fd3eb5111709 (diff)
downloadsmokeping-d414b046426118fee953f74bde16a31b83fe9fa9.tar.gz
smokeping-d414b046426118fee953f74bde16a31b83fe9fa9.tar.xz
prepare for the release of smokeping-20060416_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 6292af5..9ec1b77 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="20060415";
+$VERSION="20060416";
# we want opts everywhere
my %opt;