summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-10-18 01:01:04 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-10-18 01:01:04 +0200
commit7c66130c076338076b19f9f9968851170ef5c29b (patch)
tree918036b26540766576b879ea43622a390194475b /lib
parenta86acb450ba469e382effbbe8cf7fec53f1636de (diff)
downloadsmokeping-7c66130c076338076b19f9f9968851170ef5c29b.tar.gz
smokeping-7c66130c076338076b19f9f9968851170ef5c29b.tar.xz
prepare for the release of smokeping-20051018_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 b1692db..3016f07 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="20051017";
+$VERSION="20051018";
# we want opts everywhere
my %opt;