Commit 594a64a5f1d7b38e436708bb70934839ddfdd349
1 parent
52e17685
Exists in
master
and in
2 other branches
Updating requested revision.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/core/session.c
@@ -493,7 +493,7 @@ LIB3270_EXPORT char lib3270_get_session_id(H3270 *hSession) { | @@ -493,7 +493,7 @@ LIB3270_EXPORT char lib3270_get_session_id(H3270 *hSession) { | ||
493 | 493 | ||
494 | struct lib3270_session_callbacks * lib3270_get_session_callbacks(H3270 *hSession, const char *revision, unsigned short sz) { | 494 | struct lib3270_session_callbacks * lib3270_get_session_callbacks(H3270 *hSession, const char *revision, unsigned short sz) { |
495 | 495 | ||
496 | - #define REQUIRED_REVISION "20210818" | 496 | + #define REQUIRED_REVISION "20210801" |
497 | 497 | ||
498 | if(revision && strcasecmp(revision,REQUIRED_REVISION) < 0) { | 498 | if(revision && strcasecmp(revision,REQUIRED_REVISION) < 0) { |
499 | errno = EINVAL; | 499 | errno = EINVAL; |