Skip to content

Commit

Permalink
Bump version to 3.2.12.51.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tekki committed Dec 26, 2024
1 parent 05d753d commit a219e5e
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.51 2024-12-26
- XML payment export (pain.001), first part: domestic payments in CHF and EUR
- keyboard shortcut to copy localized addresses
- error in banks corrected, names are no longer changed to uppercase
Expand Down
2 changes: 1 addition & 1 deletion SL/Form.pm
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ sub new {

$self->{version} = "3.2.12";
$self->{dbversion} = "3.2.4";
$self->{version2} = "tekki 3.2.12.50";
$self->{version2} = "tekki 3.2.12.51";
$self->{dbversion2} = 49;
$self->{cssversion} = 42;

Expand Down

0 comments on commit a219e5e

Please sign in to comment.