X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/1b50cdbbfa17b9288ac73037fa5738d15df941c2..602e46bca5192e4df0d2fa9d3564f61a8f82496c:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 97a0a529c..37c16dcb0 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -263,7 +263,7 @@ sub new { $self->{action} = lc $self->{action}; $self->{action} =~ s/( |-|,|\#)/_/g; - $self->{version} = "2.6.0 RC 1"; + $self->{version} = "2.6.0"; $main::lxdebug->leave_sub();