summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-29 01:00:59 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-29 01:00:59 +0200
commitc2b6279de0c09f62ef2a43e1f35955046600e74c (patch)
treefc0529e345b6333a1b08a5ff29e72764fad2de4d /lib/Smokeping.pm
parentec5c8efba55d43c65630564024aabdb51e34224f (diff)
downloadsmokeping-c2b6279de0c09f62ef2a43e1f35955046600e74c.tar.gz
smokeping-c2b6279de0c09f62ef2a43e1f35955046600e74c.tar.xz
prepare for the release of smokeping-20060829_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 b6fa12f..581158c 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="20060828";
+$VERSION="20060829";
# we want opts everywhere
my %opt;