Skip to content

Commit

Permalink
Bump version to 3.2.12.41.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tekki committed Apr 28, 2024
1 parent aff6120 commit 486548b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Revision history for SQL-Ledger, starting with version 3.0.0

Not Released
3.2.12.41 2024-04-28
- option to show project number in GL reports
- spreadsheets for general ledger reports
- attachments for payroll transactions corrected
Expand Down
2 changes: 1 addition & 1 deletion SL/Form.pm
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ sub new {

$self->{version} = "3.2.12";
$self->{dbversion} = "3.2.4";
$self->{version2} = "tekki 3.2.12.40";
$self->{version2} = "tekki 3.2.12.41";
$self->{dbversion2} = 30;

$self->{favicon} = 'favicon.ico';
Expand Down

0 comments on commit 486548b

Please sign in to comment.