summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-09-19 01:01:05 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-09-19 01:01:05 +0200
commitd0c878bb2ea868bb95fbc7117465efbe6fe72d70 (patch)
treec207e7cf51b8e43c7aad8284204ea35b22cf253b /lib/Smokeping.pm
parent83700c2a45a1c8e6f22954e9cc9669ca60f08206 (diff)
downloadsmokeping-d0c878bb2ea868bb95fbc7117465efbe6fe72d70.tar.gz
smokeping-d0c878bb2ea868bb95fbc7117465efbe6fe72d70.tar.xz
prepare for the release of smokeping-20050919_trunk
Diffstat (limited to 'lib/Smokeping.pm')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 3d35083..b6145f0 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="20050918";
+$VERSION="20050919";
# we want opts everywhere
my %opt;