diff options
author | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-27 01:00:53 +0200 |
---|---|---|
committer | Tobi Oetiker <tobi@oetiker.ch> | 2006-04-27 01:00:53 +0200 |
commit | 1b93efcb67eab9d086d737e21705956ff859f9b2 (patch) | |
tree | db6d2660c379d88538e06c4cb448ff10b3facfef /lib | |
parent | 979e18a01a43bc15dbd0e8234a2bf607ab08f541 (diff) | |
download | smokeping-1b93efcb67eab9d086d737e21705956ff859f9b2.tar.gz smokeping-1b93efcb67eab9d086d737e21705956ff859f9b2.tar.xz |
prepare for the release of smokeping-20060427_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 81d9623..0c4dff2 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="20060426"; +$VERSION="20060427"; # we want opts everywhere my %opt; |