X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/4f697c9a111ee42de1a421ed42cfea1bd45d777d..6aa4c4f7ff16228c4be972d2cf5c7e580fb0de38:/SL/Form.pm diff --git a/SL/Form.pm b/SL/Form.pm index 8670d604c..fd69f08ce 100644 --- a/SL/Form.pm +++ b/SL/Form.pm @@ -140,7 +140,7 @@ sub new { $self->{action} = lc $self->{action}; $self->{action} =~ s/( |-|,|#)/_/g; - $self->{version} = "2.2.0"; + $self->{version} = "2.2.1"; $self->{dbversion} = "2.2.0"; $main::lxdebug->leave_sub();