summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-11-04 01:00:59 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-11-04 01:00:59 +0100
commita644389b1d268fa892f1c31ca2578fbdc47b9620 (patch)
treefd7ecea4864869125a2316a4018e42f251c0f544 /lib/Smokeping.pm
parent8ab320e78f3e87258976262d8b8df26d11384e5b (diff)
downloadsmokeping-a644389b1d268fa892f1c31ca2578fbdc47b9620.tar.gz
smokeping-a644389b1d268fa892f1c31ca2578fbdc47b9620.tar.xz
prepare for the release of smokeping-20051104_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 32f812f..cc7867a 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="20051103";
+$VERSION="20051104";
# we want opts everywhere
my %opt;