X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/40534aad33bbf6cfb7f1c32e6fea865ed3dd3d35..41b8891d96b1ea8b22b06e9a14eb20eb96cc0300:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 370bbe61c..11a2b4e04 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -261,7 +261,7 @@ sub new { $self->{action} = lc $self->{action}; $self->{action} =~ s/( |-|,|\#)/_/g; - $self->{version} = "2.6.0 beta 1"; + $self->{version} = "2.6.0 beta 2"; $main::lxdebug->leave_sub();