summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-26 01:01:06 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-26 01:01:06 +0200
commita2b37b9b3fadba2dcfc093cdba6d0fee2e532222 (patch)
tree723c8a5afa67a7704008c46ac4e7b4b18da0bcca /lib/Smokeping.pm
parent96cc81ec26b5990187ac78815178706d02fda035 (diff)
downloadsmokeping-a2b37b9b3fadba2dcfc093cdba6d0fee2e532222.tar.gz
smokeping-a2b37b9b3fadba2dcfc093cdba6d0fee2e532222.tar.xz
prepare for the release of smokeping-20060826_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 7882f9d..5783ea4 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="20060825";
+$VERSION="20060826";
# we want opts everywhere
my %opt;