Skip to content

Commit 3eb3367

Browse files
committed
Bump version to 4.0.5.
1 parent d7c6e3d commit 3eb3367

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

Changes

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
11
Revision history for SQL-Ledger, starting with version 3.0.0
22

3-
Not Released
4-
-
3+
4.0.5 2026-02-12
4+
- illegal function call in warehouse transfer corrected
5+
- filter for departments in transaction report corrected
6+
- more uninitialized variables corrected
7+
8+
3.2.12.67 2026-02-12
9+
- filter for departments in transaction report corrected
10+
(backport from 4.0.5)
511

612
4.0.4 2026-02-05
713
- distorted onhand amounts with numberformat 1.000,00 corrected

SL/Form.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ sub new ($type, $userspath = '') {
133133

134134
$self->{charset} = 'UTF-8';
135135

136-
$self->{version} = '4.0.5_01';
136+
$self->{version} = '4.0.5';
137137
$self->{dbversion} = '4.0.0';
138138
$self->{cssversion} = 53;
139139

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.4
1+
4.0.5

0 commit comments

Comments
 (0)