Skip to content

Commit

Permalink
Merge branch 'task/update-sdk-version' into 'develop'
Browse files Browse the repository at this point in the history
Update SDK to version 6.0.0.

See merge request sdk/sdk!5396
  • Loading branch information
dwmega committed Mar 19, 2024
2 parents 18c479a + 07fd3da commit 60af2a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/mega/version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#ifndef MEGA_MAJOR_VERSION
#define MEGA_MAJOR_VERSION 5
#define MEGA_MAJOR_VERSION 6
#endif
#ifndef MEGA_MINOR_VERSION
#define MEGA_MINOR_VERSION 3
#define MEGA_MINOR_VERSION 0
#endif
#ifndef MEGA_MICRO_VERSION
#define MEGA_MICRO_VERSION 0
Expand Down

0 comments on commit 60af2a0

Please sign in to comment.