diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-04 01:00:54 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-08-04 01:00:54 +0200 |
commit | c8ef7c58a2e9b8dae032071d181ea910106ce037 (patch) | |
tree | 7b6e4e91aa043005f39fb039b69e9dc743840046 /lib | |
parent | e05c856ba16d9c731ecc196cadb408c1af54212a (diff) | |
download | smokeping-c8ef7c58a2e9b8dae032071d181ea910106ce037.tar.gz smokeping-c8ef7c58a2e9b8dae032071d181ea910106ce037.tar.xz |
prepare for the release of smokeping-20060804_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 29f6dcf..26b9948 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="20060803"; +$VERSION="20060804"; # we want opts everywhere my %opt; |