summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-06-05 01:00:51 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-06-05 01:00:51 +0200
commit69a6cfbe69cad46a79cae24118c987d85aa703b3 (patch)
treebd882fb9fee78b3d7e318d78ccbc10e73bab5c57 /lib/Smokeping.pm
parented4246d5c391c6b21ab0ccc8c7bccb32e6939641 (diff)
downloadsmokeping-69a6cfbe69cad46a79cae24118c987d85aa703b3.tar.gz
smokeping-69a6cfbe69cad46a79cae24118c987d85aa703b3.tar.xz
prepare for the release of smokeping-20060605_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 a569350..4e0e4fb 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="20060604";
+$VERSION="20060605";
# we want opts everywhere
my %opt;