summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-01-29 01:00:56 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-01-29 01:00:56 +0100
commit54a23742e701e010d85c62c9565b78c315c665f1 (patch)
tree780d232c2b0ef4f22f1791dac4097b8f1f6b7966 /lib
parentb382ac386b54e4fabe087fedad380ecd23a6d12c (diff)
downloadsmokeping-54a23742e701e010d85c62c9565b78c315c665f1.tar.gz
smokeping-54a23742e701e010d85c62c9565b78c315c665f1.tar.xz
prepare for the release of smokeping-20060129_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 af6dc2c..38a7285 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="20060128";
+$VERSION="20060129";
# we want opts everywhere
my %opt;