summaryrefslogtreecommitdiffstats
path: root/lib/Smokeping.pm
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2005-10-08 01:00:53 +0200
committerTobi Oetiker <tobi@oetiker.ch>2005-10-08 01:00:53 +0200
commite74b942d712e906a001762a80d02be41522a237b (patch)
tree2a3ed7b99c41e00dfcbca63f999951d18e82835e /lib/Smokeping.pm
parentcd8d15446e258e68f143795d318b79c562e7de37 (diff)
downloadsmokeping-e74b942d712e906a001762a80d02be41522a237b.tar.gz
smokeping-e74b942d712e906a001762a80d02be41522a237b.tar.xz
prepare for the release of smokeping-20051008_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 486c6b4..bb1ab29 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="20051007";
+$VERSION="20051008";
# we want opts everywhere
my %opt;