summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-23 01:01:12 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-23 01:01:12 +0200
commit3e9b23aa8d437920c422e70040bd6f96a739fdbb (patch)
tree8e00f4738e9411b4d77ecf56365f15b1fdc69b64 /lib/Smokeping.pm
parent1887b577e96b5d45aed013afcf32a9f3382e19dc (diff)
downloadsmokeping-3e9b23aa8d437920c422e70040bd6f96a739fdbb.tar.gz
smokeping-3e9b23aa8d437920c422e70040bd6f96a739fdbb.tar.xz
prepare for the release of smokeping-20060823_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 945de47..4e827f5 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="20060822";
+$VERSION="20060823";
# we want opts everywhere
my %opt;