projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a3ba14
)
Version auf RC2 erhöht
author
Philip Reetz
<p.reetz@linet-services.de>
Thu, 14 Dec 2006 17:14:08 +0000
(17:14 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Thu, 14 Dec 2006 17:14:08 +0000
(17:14 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
916969e
..
ef05c85
100644
(file)
--- 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-RC
1
";
+ $self->{version} = "2.4-RC
2
";
$main::lxdebug->leave_sub();