summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-01-06 01:01:05 +0100
committerTobi Oetiker <tobi@oetiker.ch>2006-01-06 01:01:05 +0100
commit6772387bcd7b604ad28d12a49e5806a872ad3b79 (patch)
tree6b38cd05ba38272682392bb1aae4c1bef7ca9426 /lib
parentb0435f544c7bc175a2a1741394357f2f44622a97 (diff)
downloadsmokeping-6772387bcd7b604ad28d12a49e5806a872ad3b79.tar.gz
smokeping-6772387bcd7b604ad28d12a49e5806a872ad3b79.tar.xz
prepare for the release of smokeping-20060106_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 e54b972..f0a87cb 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="20060105";
+$VERSION="20060106";
# we want opts everywhere
my %opt;