Skip to content

Commit

Permalink
Bump version to 3.2.12.50.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tekki committed Dec 15, 2024
1 parent 6afdcff commit 6489c72
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.50 2024-12-15
- new field for own country in system defaults
- address validation
- new fields for localized postal addresses
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.49";
$self->{version2} = "tekki 3.2.12.50";
$self->{dbversion2} = 49;
$self->{cssversion} = 42;

Expand Down

0 comments on commit 6489c72

Please sign in to comment.