File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -31,10 +31,6 @@ interface
31
31
TSWAGVersion = class (TNoPublicConstructObject)
32
32
strict private
33
33
const
34
- // / <summary>First supported SWAG version.</summary>
35
- LowestSupportedVersion: TVersionNumber = (V1: 1 ; V2: 0 ; V3: 0 ; V4: 0 );
36
- // / <summary>Lowest SWAG version that is NOT supported.</summary>
37
- LowestUnSupportedVersion: TVersionNumber = (V1: 1 ; V2: 1 ; V3: 0 ; V4: 0 );
38
34
// / <summary>SWAG version file name, without path.</summary>
39
35
SWAGVersionFileName = ' VERSION' ;
40
36
var
@@ -59,6 +55,11 @@ TSWAGVersion = class(TNoPublicConstructObject)
59
55
// / should be located.</param>
60
56
constructor InternalCreate(const SWAGDir: TFileName);
61
57
public
58
+ const
59
+ // / <summary>First supported SWAG version.</summary>
60
+ LowestSupportedVersion: TVersionNumber = (V1: 1 ; V2: 0 ; V3: 0 ; V4: 0 );
61
+ // / <summary>Lowest SWAG version that is NOT supported.</summary>
62
+ LowestUnSupportedVersion: TVersionNumber = (V1: 1 ; V2: 1 ; V3: 0 ; V4: 0 );
62
63
// / <summary>Validates the version file. Returns normally if there are no
63
64
// / errors or raises an exception if an error is found.</summary>
64
65
// / <param name="SWAGDir">TFileName [in] Directory where version file
You can’t perform that action at this time.
0 commit comments