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:
b4be1dc
)
Versionsnummernupdate.
author
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 14 Feb 2007 10:32:07 +0000
(10:32 +0000)
committer
Moritz Bunkus
<m.bunkus@linet-services.de>
Wed, 14 Feb 2007 10:32:07 +0000
(10:32 +0000)
SL/Form.pm
patch
|
blob
|
history
diff --git
a/SL/Form.pm
b/SL/Form.pm
index
95cd80e
..
b63e633
100644
(file)
--- a/
SL/Form.pm
+++ b/
SL/Form.pm
@@
-147,7
+147,7
@@
sub new {
$self->{action} = lc $self->{action};
$self->{action} =~ s/( |-|,|\#)/_/g;
- $self->{version} = "2.4.
1
";
+ $self->{version} = "2.4.
2
";
$main::lxdebug->leave_sub();