summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-25 01:01:15 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-25 01:01:15 +0200
commit96cc81ec26b5990187ac78815178706d02fda035 (patch)
treef1093eb5b06499d2f3234fbaf4df7db7a1284304 /lib/Smokeping.pm
parent39ddbcd0fd52495a25800655a36b6d1931f676d1 (diff)
downloadsmokeping-96cc81ec26b5990187ac78815178706d02fda035.tar.gz
smokeping-96cc81ec26b5990187ac78815178706d02fda035.tar.xz
prepare for the release of smokeping-20060825_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 dee05f3..7882f9d 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="20060824";
+$VERSION="20060825";
# we want opts everywhere
my %opt;