From: Philip Reetz
Date: Thu, 14 Dec 2006 17:14:08 +0000 (+0000)
Subject: Version auf RC2 erhöht
X-Git-Tag: release-2.4.0^2~23
X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=060494201059a4fe80c3c220079f834e625ff83b;p=kivitendo-erp.git
Version auf RC2 erhöht
---
diff --git a/SL/Form.pm b/SL/Form.pm
index 916969e8d..ef05c8591 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-RC1";
+ $self->{version} = "2.4-RC2";
$main::lxdebug->leave_sub();