Skip to content

Commit

Permalink
Merge pull request eclipse-openj9#20198 from rmnattas/off-heap-query
Browse files Browse the repository at this point in the history
Change JITServer MINOR_VERSION for OffHeap Query
  • Loading branch information
dsouzai authored Sep 19, 2024
2 parents 670e183 + 96f468d commit 7f7577a
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 @@ -128,7 +128,7 @@ class CommunicationStream
// likely to lose an increment when merging/rebasing/etc.
//
static const uint8_t MAJOR_NUMBER = 1;
static const uint16_t MINOR_NUMBER = 65; // ID: YxVkiLqD7B1LhYMv58y8
static const uint16_t MINOR_NUMBER = 66; // ID: x8xfrdqf9UCc8E2OiuMO
static const uint8_t PATCH_NUMBER = 0;
static uint32_t CONFIGURATION_FLAGS;

Expand Down

0 comments on commit 7f7577a

Please sign in to comment.