Skip to content

Commit 6a38527

Browse files
committed
Release as beta version 0.4.0
1 parent 077676c commit 6a38527

File tree

10 files changed

+10
-10
lines changed

10 files changed

+10
-10
lines changed

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.3.0, 2017-10-01)
3+
// (beta version 0.4.0, 2020-07-05)
44
//
55
// Copyright (C) 2013-2018 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.3.0, 2017-10-01)
3+
// (beta version 0.4.0, 2020-07-05)
44
//
55
// Copyright (C) 2013-2018 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.3.0, 2017-10-01)
3+
// (beta version 0.4.0, 2020-07-05)
44
//
55
// Copyright (C) 2013-2018 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.3.0, 2017-10-01)
3+
// (beta version 0.4.0, 2020-07-05)
44
//
55
// Copyright (C) 2013-2018 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.3.0, 2017-10-01)
3+
// (beta version 0.4.0, 2020-07-05)
44
//
55
// Copyright (C) 2013-2018 by Aaron Spettl
66
//

UnitTests/FPCConsoleUnitTests.pas

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//
22
// Console test runner for unit tests
3-
// (beta version 0.3.0, 2017-10-01)
3+
// (beta version 0.4.0, 2020-07-05)
44
//
55
// Copyright (C) 2013-2018 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.3.0, 2017-10-01)
3+
// (beta version 0.4.0, 2020-07-05)
44
//
55
// Copyright (C) 2013-2018 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.3.0, 2017-10-01)
3+
// (beta version 0.4.0, 2020-07-05)
44
//
55
// Copyright (C) 2013-2018 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.3.0, 2017-10-01)
3+
// (beta version 0.4.0, 2020-07-05)
44
//
55
// Copyright (C) 2013-2018 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.3.0, 2017-10-01)
3+
// (beta version 0.4.0, 2020-07-05)
44
//
55
// Copyright (C) 2013-2018 by Aaron Spettl
66
//

0 commit comments

Comments
 (0)