summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2011-09-25 21:56:34 +0200
committerTobi Oetiker <tobi@oetiker.ch>2011-09-25 21:56:34 +0200
commit4197b239883707b5f40433f39c4796e886beaa9b (patch)
tree91f6b45fde0cdddf0fddd7ab03dad24301bd777a /lib
parentb34700bd5c300dcf5326871c2b490b3ad8e267ee (diff)
downloadsmokeping-4197b239883707b5f40433f39c4796e886beaa9b.tar.gz
smokeping-4197b239883707b5f40433f39c4796e886beaa9b.tar.xz
sync version
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 7e5bc2f..ce487ab 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -67,7 +67,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="2.004002";
+$VERSION="2.005000";
# we want opts everywhere
my %opt;