summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-07-26 01:00:56 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-07-26 01:00:56 +0200
commit750edaa98fb0100c7ed55c0fced21da7d3cc7dad (patch)
tree254e0f400eada5a293b1e451a69bf5cbd679aac7 /lib/Smokeping.pm
parentc10f2699a9eb97e79e237357190c971886074fb3 (diff)
downloadsmokeping-750edaa98fb0100c7ed55c0fced21da7d3cc7dad.tar.gz
smokeping-750edaa98fb0100c7ed55c0fced21da7d3cc7dad.tar.xz
prepare for the release of smokeping-20060726_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 069c55d..12e67be 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="20060725";
+$VERSION="20060726";
# we want opts everywhere
my %opt;