summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2007-04-29 12:40:31 +0200
committerTobi Oetiker <tobi@oetiker.ch>2007-04-29 12:40:31 +0200
commit0d7856c86555136c1b1d9bbd1cb5c84e6833fcf7 (patch)
treecb22ed1669bfd9c921343d8be5410ed4a12f3034 /lib
parente02bd6d388dcd4898ed5d14af97c7f02f78355f0 (diff)
downloadsmokeping-0d7856c86555136c1b1d9bbd1cb5c84e6833fcf7.tar.gz
smokeping-0d7856c86555136c1b1d9bbd1cb5c84e6833fcf7.tar.xz
prepare for the release of smokeping-2.1.0
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 32c3130..eb55468 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -31,7 +31,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="2.000910";
+$VERSION="2.001000";
# we want opts everywhere
my %opt;