summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-09-26 22:07:15 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-09-26 22:07:15 +0200
commit5a809af06052ab4475f90c7972cd5fa5930914e0 (patch)
tree0bac2bdde8ab8320c9c2521e9d3a1c8b5ae75d73 /lib/Smokeping.pm
parent1d1ad79d657c4706933332cc17af5f15df0353a0 (diff)
downloadsmokeping-5a809af06052ab4475f90c7972cd5fa5930914e0.tar.gz
smokeping-5a809af06052ab4475f90c7972cd5fa5930914e0.tar.xz
prepare for the release of smokeping-20050926_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 8becf93..c006a1f 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -27,7 +27,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="20050925";
+$VERSION="20050926";
# we want opts everywhere
my %opt;