Skip to content

Commit

Permalink
Updated version numbers in file headers, changelog update
Browse files Browse the repository at this point in the history
  • Loading branch information
aspettl committed Oct 1, 2016
1 parent 72b8431 commit 593f7e9
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.4 Beta (2016-10-01)

- Unterstützung für Lazarus 1.6 mit FPC 3.0 hinzugefügt.

## 0.2.3 Beta (2016-09-03)

- Unit-Tests vervollständigt.
Expand Down
2 changes: 1 addition & 1 deletion Example_Delphi/ExampleUnit.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Delphi example for SEPA XML file creation
// (beta version 0.2.3, 2016-09-03)
// (beta version 0.2.4, 2016-10-01)
//
// Copyright (C) 2013-2016 by Aaron Spettl
//
Expand Down
2 changes: 1 addition & 1 deletion Example_Lazarus/exampleunit.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Lazarus example for SEPA XML file creation
// (beta version 0.2.3, 2016-09-03)
// (beta version 0.2.4, 2016-10-01)
//
// Copyright (C) 2013-2016 by Aaron Spettl
//
Expand Down
2 changes: 1 addition & 1 deletion SEPACommon.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Delphi unit with helper methods etc. for SEPA XML file creation
// (beta version 0.2.3, 2016-09-03)
// (beta version 0.2.4, 2016-10-01)
//
// Copyright (C) 2013-2016 by Aaron Spettl
//
Expand Down
2 changes: 1 addition & 1 deletion SEPACreditTransfer.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Delphi unit for SEPA credit transfer XML file creation
// (beta version 0.2.3, 2016-09-03)
// (beta version 0.2.4, 2016-10-01)
//
// Copyright (C) 2013-2016 by Aaron Spettl
//
Expand Down
2 changes: 1 addition & 1 deletion SEPADirectDebit.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Delphi unit for SEPA direct debit XML file creation
// (beta version 0.2.3, 2016-09-03)
// (beta version 0.2.4, 2016-10-01)
//
// Copyright (C) 2013-2016 by Aaron Spettl
//
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/SEPACommonTests.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Unit tests for "SEPACommon.pas"
// (beta version 0.2.3, 2016-09-03)
// (beta version 0.2.4, 2016-10-01)
//
// Copyright (C) 2013-2016 by Aaron Spettl
//
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/SEPACreditTransferTests.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Unit tests for "SEPACreditTransfer.pas"
// (beta version 0.2.3, 2016-09-03)
// (beta version 0.2.4, 2016-10-01)
//
// Copyright (C) 2013-2016 by Aaron Spettl
//
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/SEPADirectDebitTests.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// Unit tests for "SEPADirectDebit.pas"
// (beta version 0.2.3, 2016-09-03)
// (beta version 0.2.4, 2016-10-01)
//
// Copyright (C) 2013-2016 by Aaron Spettl
//
Expand Down
2 changes: 1 addition & 1 deletion UnitTests/SEPATestCase.pas
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//
// SEPA unit tests base class
// (beta version 0.2.3, 2016-09-03)
// (beta version 0.2.4, 2016-10-01)
//
// Copyright (C) 2013-2016 by Aaron Spettl
//
Expand Down

0 comments on commit 593f7e9

Please sign in to comment.