summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-12 01:01:00 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-12 01:01:00 +0200
commitc10f5b164ddf4e727c70f9eaf554f65ef5e2fb27 (patch)
tree81a038274386b9f209812123bca862ab02b13b09 /lib/Smokeping.pm
parentb290aa45f2b456046c79fccf68e3e85f04ada40e (diff)
downloadsmokeping-c10f5b164ddf4e727c70f9eaf554f65ef5e2fb27.tar.gz
smokeping-c10f5b164ddf4e727c70f9eaf554f65ef5e2fb27.tar.xz
prepare for the release of smokeping-20060712_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 28a4f90..49fdea8 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="20060711";
+$VERSION="20060712";
# we want opts everywhere
my %opt;