summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-29 01:02:10 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-29 01:02:10 +0100
commit3c4cd65c711a8a2f2f63b127be58625e0fb3c6f1 (patch)
treee581c2639f1692b68b2c620cdd3bf7eb4b9c6dcc /lib
parente64fb3c94eb46a3c802ce41209f1cdcece5dfb74 (diff)
downloadsmokeping-3c4cd65c711a8a2f2f63b127be58625e0fb3c6f1.tar.gz
smokeping-3c4cd65c711a8a2f2f63b127be58625e0fb3c6f1.tar.xz
prepare for the release of smokeping-20051129_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 82c1747..c6d02db 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="20051128";
+$VERSION="20051129";
# we want opts everywhere
my %opt;