summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-22 01:01:06 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-22 01:01:06 +0200
commit1887b577e96b5d45aed013afcf32a9f3382e19dc (patch)
tree5f0c60cef69c2424b3c341d161799f2461d24967 /lib
parentf1d826700d09b3783c44b49f9502cb381d9cda45 (diff)
downloadsmokeping-1887b577e96b5d45aed013afcf32a9f3382e19dc.tar.gz
smokeping-1887b577e96b5d45aed013afcf32a9f3382e19dc.tar.xz
prepare for the release of smokeping-20060822_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 75e582e..945de47 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -28,7 +28,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="20060821";
+$VERSION="20060822";
# we want opts everywhere
my %opt;