Skip to content

Commit

Permalink
Merge branch 'feature/SDK-4101_event_range' into 'release/v7.4.1'
Browse files Browse the repository at this point in the history
SDK-4104. Open event range (hotfix release/7.4.1)

See merge request sdk/sdk!5648
  • Loading branch information
alber2510 committed Jul 3, 2024
2 parents 3dfe420 + 8df1456 commit bd56520
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions include/mega/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
#define MEGA_MINOR_VERSION 4
#endif
#ifndef MEGA_MICRO_VERSION
#define MEGA_MICRO_VERSION 0
#endif
#define MEGA_MICRO_VERSION 1
#endif
2 changes: 1 addition & 1 deletion src/megaapi_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23291,7 +23291,7 @@ void MegaApiImpl::sendEvent(int eventType, const char* message, bool addJourneyI
{ 99600, 100000}, // WebClient range.
{100000, 300000}, // API extended range.
{500000, 600000}, // WebClient extended range.
{700000, 800000}, // API extended range.
{750000, 800000}, // API extended range.
{900000, INT_MAX} // Unassigned.
}; // excluded

Expand Down

0 comments on commit bd56520

Please sign in to comment.