Skip to content

Commit

Permalink
Merge pull request #26 from ifakhrutdinov/feature/update-zos-version-…
Browse files Browse the repository at this point in the history
…check

Update the z/OS version check to support z/OS 2.4
  • Loading branch information
ifakhrutdinov authored Apr 30, 2019
2 parents 4165fec + 26ef1ab commit 3b11932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c/le.c
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ char *getCAA(){
}

#ifndef LE_MAX_SUPPORTED_ZOS
#define LE_MAX_SUPPORTED_ZOS 0x01020300u
#define LE_MAX_SUPPORTED_ZOS 0x01020400u
#endif

void abortIfUnsupportedCAA() {
Expand Down

0 comments on commit 3b11932

Please sign in to comment.