Skip to content

Commit 593f7e9

Browse files
committed
Updated version numbers in file headers, changelog update
1 parent 72b8431 commit 593f7e9

File tree

10 files changed

+13
-9
lines changed

10 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.4 Beta (2016-10-01)
2+
3+
- Unterstützung für Lazarus 1.6 mit FPC 3.0 hinzugefügt.
4+
15
## 0.2.3 Beta (2016-09-03)
26

37
- Unit-Tests vervollständigt.

Example_Delphi/ExampleUnit.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Delphi example for SEPA XML file creation
3-
// (beta version 0.2.3, 2016-09-03)
3+
// (beta version 0.2.4, 2016-10-01)
44
//
55
// Copyright (C) 2013-2016 by Aaron Spettl
66
//

Example_Lazarus/exampleunit.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Lazarus example for SEPA XML file creation
3-
// (beta version 0.2.3, 2016-09-03)
3+
// (beta version 0.2.4, 2016-10-01)
44
//
55
// Copyright (C) 2013-2016 by Aaron Spettl
66
//

SEPACommon.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Delphi unit with helper methods etc. for SEPA XML file creation
3-
// (beta version 0.2.3, 2016-09-03)
3+
// (beta version 0.2.4, 2016-10-01)
44
//
55
// Copyright (C) 2013-2016 by Aaron Spettl
66
//

SEPACreditTransfer.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Delphi unit for SEPA credit transfer XML file creation
3-
// (beta version 0.2.3, 2016-09-03)
3+
// (beta version 0.2.4, 2016-10-01)
44
//
55
// Copyright (C) 2013-2016 by Aaron Spettl
66
//

SEPADirectDebit.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Delphi unit for SEPA direct debit XML file creation
3-
// (beta version 0.2.3, 2016-09-03)
3+
// (beta version 0.2.4, 2016-10-01)
44
//
55
// Copyright (C) 2013-2016 by Aaron Spettl
66
//

UnitTests/SEPACommonTests.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Unit tests for "SEPACommon.pas"
3-
// (beta version 0.2.3, 2016-09-03)
3+
// (beta version 0.2.4, 2016-10-01)
44
//
55
// Copyright (C) 2013-2016 by Aaron Spettl
66
//

UnitTests/SEPACreditTransferTests.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Unit tests for "SEPACreditTransfer.pas"
3-
// (beta version 0.2.3, 2016-09-03)
3+
// (beta version 0.2.4, 2016-10-01)
44
//
55
// Copyright (C) 2013-2016 by Aaron Spettl
66
//

UnitTests/SEPADirectDebitTests.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Unit tests for "SEPADirectDebit.pas"
3-
// (beta version 0.2.3, 2016-09-03)
3+
// (beta version 0.2.4, 2016-10-01)
44
//
55
// Copyright (C) 2013-2016 by Aaron Spettl
66
//

UnitTests/SEPATestCase.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// SEPA unit tests base class
3-
// (beta version 0.2.3, 2016-09-03)
3+
// (beta version 0.2.4, 2016-10-01)
44
//
55
// Copyright (C) 2013-2016 by Aaron Spettl
66
//

0 commit comments

Comments
 (0)