summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-10-07 01:00:51 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-10-07 01:00:51 +0200
commit3fd3ab47081ef2df27c25203ed978e46156a204f (patch)
tree8c86d4c6077dae7ee8e76584f5b0b6ae55959e94 /lib/Smokeping.pm
parent23c4635bd1567d03215020dfc66f4e21c28bbd1d (diff)
downloadsmokeping-3fd3ab47081ef2df27c25203ed978e46156a204f.tar.gz
smokeping-3fd3ab47081ef2df27c25203ed978e46156a204f.tar.xz
prepare for the release of smokeping-20051007_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 330d5f7..c7aa8aa 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="20051006";
+$VERSION="20051007";
# we want opts everywhere
my %opt;