From 5cf73bff086fab205f2bcb48c0fcdf91532d112e Mon Sep 17 00:00:00 2001
From: Philip Reetz
Date: Tue, 12 Dec 2006 16:30:06 +0000
Subject: [PATCH] =?utf8?q?Version=20auf=20RC1=20erh=C3=B6ht?=
MIME-Version: 1.0
Content-Type: text/plain; charset=utf8
Content-Transfer-Encoding: 8bit
---
SL/Form.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SL/Form.pm b/SL/Form.pm
index 2a04e1579..7f7d73912 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.3.9";
+ $self->{version} = "2.4-RC1";
$main::lxdebug->leave_sub();
--
2.20.1