summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-10-02 01:01:03 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-10-02 01:01:03 +0200
commit9d8a68509109b63869e2486a4c982357bfeceef3 (patch)
treedd29a173f4eb5fce236a4e631fed185362f8f439 /lib/Smokeping.pm
parent89c0857bd0a1854d469bc29f68e5920259822e52 (diff)
downloadsmokeping-9d8a68509109b63869e2486a4c982357bfeceef3.tar.gz
smokeping-9d8a68509109b63869e2486a4c982357bfeceef3.tar.xz
prepare for the release of smokeping-20051002_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 d14ff7c..3b65177 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="20051001";
+$VERSION="20051002";
# we want opts everywhere
my %opt;