diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-06 01:01:02 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-06 01:01:02 +0200 |
commit | 3c1ff42d19b7f174908ec03eb189481e203b1d9d (patch) | |
tree | b848a4ab4d60284db90d7c04b4016316b3c23944 /lib | |
parent | cd31717822c4ed6d4a78b173e74ee76bf504afe5 (diff) | |
download | smokeping-3c1ff42d19b7f174908ec03eb189481e203b1d9d.tar.gz smokeping-3c1ff42d19b7f174908ec03eb189481e203b1d9d.tar.xz |
prepare for the release of smokeping-20060806_trunk
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Smokeping.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Smokeping.pm b/lib/Smokeping.pm index bb3f63e..0b6f3d5 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="20060805"; +$VERSION="20060806"; # we want opts everywhere my %opt; |