X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/kivitendo-erp.git/blobdiff_plain/fe7d7b5e63132fd3f3341074ed444c4fe5fe6168..c24da79ff009b04ba6bc86ba57f4fc38d05d48fb:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 5abc672c0..ec41cc074 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -146,7 +146,7 @@ sub new { $self->{action} = lc $self->{action}; $self->{action} =~ s/( |-|,|\#)/_/g; - $self->{version} = "2.4-RC2"; + $self->{version} = "2.4.0"; $main::lxdebug->leave_sub();