Skip to content

Commit 4d5fc00

Browse files
mbtoolsmarcfbe
andauthored
v1.1.0 (#9)
Co-authored-by: Marc Bernard <[email protected]>
1 parent cd93d37 commit 4d5fc00

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.abapgit.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
<asx:abap xmlns:asx="http://www.sap.com/abapxml" version="1.0">
33
<asx:values>
44
<DATA>
5+
<NAME>diff3</NAME>
56
<MASTER_LANGUAGE>E</MASTER_LANGUAGE>
67
<STARTING_FOLDER>/src/</STARTING_FOLDER>
78
<FOLDER_LOGIC>PREFIX</FOLDER_LOGIC>
9+
<VERSION_CONSTANT>ZCL_DIFF3=&gt;C_VERSION</VERSION_CONSTANT>
810
</DATA>
911
</asx:values>
1012
</asx:abap>

src/zcl_diff3.clas.abap

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ CLASS zcl_diff3 DEFINITION
1717

1818
PUBLIC SECTION.
1919

20-
CONSTANTS c_version TYPE string VALUE '1.0.0' ##NEEDED.
20+
CONSTANTS c_version TYPE string VALUE '1.1.0' ##NEEDED.
2121

2222
INTERFACES zif_diff3.
2323

@@ -104,7 +104,7 @@ ENDCLASS.
104104

105105

106106

107-
CLASS zcl_diff3 IMPLEMENTATION.
107+
CLASS ZCL_DIFF3 IMPLEMENTATION.
108108

109109

110110
METHOD add_hunk.

0 commit comments

Comments
 (0)