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:
cac65c5
)
Version auf RC1 erhöht
author
Philip Reetz
<p.reetz@linet-services.de>
Tue, 12 Dec 2006 16:30:06 +0000
(16:30 +0000)
committer
Philip Reetz
<p.reetz@linet-services.de>
Tue, 12 Dec 2006 16:30:06 +0000
(16:30 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
2a04e15
..
7f7d739
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.
3.9
";
+ $self->{version} = "2.
4-RC1
";
$main::lxdebug->leave_sub();