summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-12-03 01:00:55 +0100
committerTobi Oetiker <tobi@oetiker.ch>2005-12-03 01:00:55 +0100
commit96ff6333350d80852209f984e6a08ce69be3ab74 (patch)
treecc53f5ec2fe8fc9717fb210fe0e9200cb6c3cb2b /lib/Smokeping.pm
parentc804efc1111ab2fc29f90d8ba0dcbfcd25f5b43d (diff)
downloadsmokeping-96ff6333350d80852209f984e6a08ce69be3ab74.tar.gz
smokeping-96ff6333350d80852209f984e6a08ce69be3ab74.tar.xz
prepare for the release of smokeping-20051203_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 a483f60..b6e8db4 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="20051202";
+$VERSION="20051203";
# we want opts everywhere
my %opt;