summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTobi Oetiker <tobi@oetiker.ch>2006-08-07 01:01:12 +0200
committerTobi Oetiker <tobi@oetiker.ch>2006-08-07 01:01:12 +0200
commita9e0eabfde78048a7aebdf1cfa7c018aef480fff (patch)
tree819b0a00515a435bb00ecbd6ddcc2165bb3d9f8f /lib
parent3c1ff42d19b7f174908ec03eb189481e203b1d9d (diff)
downloadsmokeping-a9e0eabfde78048a7aebdf1cfa7c018aef480fff.tar.gz
smokeping-a9e0eabfde78048a7aebdf1cfa7c018aef480fff.tar.xz
prepare for the release of smokeping-20060807_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 0b6f3d5..3aace07 100644
--- a/lib/Smokeping.pm
+++ b/lib/Smokeping.pm
@@ -28,7 +28,7 @@ use Smokeping::RRDtools;
# globale persistent variables for speedy
use vars qw($cfg $probes $VERSION $havegetaddrinfo $cgimode);
-$VERSION="20060806";
+$VERSION="20060807";
# we want opts everywhere
my %opt;