summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-03-26 01:00:55 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-03-26 01:00:55 +0100
commit52b28733e7944e8d271d9e83f2b6da15c2f4a97d (patch)
tree3e6fc2c8993aeb534d1d979a68d3b64b2312eb67 /lib
parentdfede96a6777b23f8bfdab4de9bc18f63012cca5 (diff)
downloadsmokeping-52b28733e7944e8d271d9e83f2b6da15c2f4a97d.tar.gz
smokeping-52b28733e7944e8d271d9e83f2b6da15c2f4a97d.tar.xz
prepare for the release of smokeping-20060326_trunk
Diffstat (limited to 'lib')
-rw-r--r--lib/Smokeping.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm
index 719bfb3..01ff587 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="20060325";
+$VERSION="20060326";
# we want opts everywhere
my %opt;