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:
fe7d7b5
)
Versionsnummer auf 2.4.0 hochgesetzt.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 15 Dec 2006 10:40:59 +0000
(10:40 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Fri, 15 Dec 2006 10:40:59 +0000
(10:40 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
5abc672
..
ec41cc0
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
-RC2
";
+ $self->{version} = "2.4
.0
";
$main::lxdebug->leave_sub();