summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-10-21 01:01:06 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-10-21 01:01:06 +0200
commitac81dca814aaca83729f1f22a7bf738b1c17c9ac (patch)
tree3a1fe9dcafe9a553c2e8b2f54142143576b94fad /lib
parenta53951bf3c81883e7163e2c108bd8beb511a7565 (diff)
downloadsmokeping-ac81dca814aaca83729f1f22a7bf738b1c17c9ac.tar.gz
smokeping-ac81dca814aaca83729f1f22a7bf738b1c17c9ac.tar.xz
prepare for the release of smokeping-20051021_trunk
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 7f5962b..b792919 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="20051020";
+$VERSION="20051021";
# we want opts everywhere
my %opt;