From: Moritz Bunkus Date: Wed, 14 Feb 2007 10:32:07 +0000 (+0000) Subject: Versionsnummernupdate. X-Git-Tag: release-2.4.2~110 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=57c4c81a2466c85c26d837439734f2b8afa80809;p=kivitendo-erp.git Versionsnummernupdate. --- diff --git a/SL/Form.pm b/SL/Form.pm index 95cd80e8e..b63e633ab 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -147,7 +147,7 @@ sub new { $self->{action} = lc $self->{action}; $self->{action} =~ s/( |-|,|\#)/_/g; - $self->{version} = "2.4.1"; + $self->{version} = "2.4.2"; $main::lxdebug->leave_sub();