X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/3e17e2b64326dc5b21ccc9874792d475022d3109..f0e64d77dee59da736fc61304e45ad50210faa55:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index ca8d4fc22..32a82e08b 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -270,7 +270,7 @@ sub new { $self->{action} = lc $self->{action}; $self->{action} =~ s/( |-|,|\#)/_/g; - $self->{version} = "2.6.1 Beta 1"; + $self->{version} = "2.6.1"; $main::lxdebug->leave_sub();