summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-29 01:00:55 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-29 01:00:55 +0200
commit4d88e72094fd76b30833299e114038db068863de (patch)
tree74ee0d6256ea2bc193b63a8db1b9e23b8fe887b8 /lib/Smokeping.pm
parente0ae4ef798ac097ff5703ac1bb3208ded8703ac9 (diff)
downloadsmokeping-4d88e72094fd76b30833299e114038db068863de.tar.gz
smokeping-4d88e72094fd76b30833299e114038db068863de.tar.xz
prepare for the release of smokeping-20060729_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 e354011..047419a 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="20060728";
+$VERSION="20060729";
# we want opts everywhere
my %opt;