summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-01-07 01:00:58 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-01-07 01:00:58 +0100
commit1c14828cfb69e39b4ec7ca47f7c12e492045736f (patch)
tree899274dcdc012352d45652e6c941bb31006364df /lib
parent6772387bcd7b604ad28d12a49e5806a872ad3b79 (diff)
downloadsmokeping-1c14828cfb69e39b4ec7ca47f7c12e492045736f.tar.gz
smokeping-1c14828cfb69e39b4ec7ca47f7c12e492045736f.tar.xz
prepare for the release of smokeping-20060107_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 f0a87cb..c4d2d48 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="20060106";
+$VERSION="20060107";
# we want opts everywhere
my %opt;