summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-09-21 01:01:12 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-09-21 01:01:12 +0200
commit89a81249a147e6a98bbb60b77e88719344e16963 (patch)
treeff5c775661be37c25445133c28dc71d68211a61d /lib/Smokeping.pm
parentce3590638105b69b537589f14cd3109f93315293 (diff)
downloadsmokeping-89a81249a147e6a98bbb60b77e88719344e16963.tar.gz
smokeping-89a81249a147e6a98bbb60b77e88719344e16963.tar.xz
prepare for the release of smokeping-20050921_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 7609874..9586f22 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="20050920";
+$VERSION="20050921";
# we want opts everywhere
my %opt;