]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Form.pm
Version auf RC2 erhöht
[kivitendo-erp.git] / SL / Form.pm
index 916969e8dcdb7d823e6946194d9eceabb72b2adf..ef05c85915f62cd69847b32713d21dbb6c8a2756 100644 (file)
@@ -146,7 +146,7 @@ sub new {
   $self->{action} = lc $self->{action};
   $self->{action} =~ s/( |-|,|\#)/_/g;
 
-  $self->{version}   = "2.4-RC1";
+  $self->{version}   = "2.4-RC2";
 
   $main::lxdebug->leave_sub();