Skip to content

Commit

Permalink
Update JITServer minor version
Browse files Browse the repository at this point in the history
eclipse-openj9#14421 changed the layout
of the relocation data. As such, the JITServer minor version has to be
updated.

Signed-off-by: Irwin D'Souza <[email protected]>
  • Loading branch information
dsouzai committed Feb 17, 2022
1 parent 21f8750 commit 9824192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/compiler/net/CommunicationStream.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class CommunicationStream
ClientMessage _cMsg;

static const uint8_t MAJOR_NUMBER = 1;
static const uint16_t MINOR_NUMBER = 36;
static const uint16_t MINOR_NUMBER = 37;
static const uint8_t PATCH_NUMBER = 0;
static uint32_t CONFIGURATION_FLAGS;

Expand Down

0 comments on commit 9824192

Please sign in to comment.