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 version number to v7.0.0

See merge request sdk/sdk!5483
  • Loading branch information
jgandres committed Apr 30, 2024
2 parents 4977372 + 5f70061 commit 3dced07
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 6
#define MEGA_MAJOR_VERSION 7
#endif
#ifndef MEGA_MINOR_VERSION
#define MEGA_MINOR_VERSION 2
#define MEGA_MINOR_VERSION 0
#endif
#ifndef MEGA_MICRO_VERSION
#define MEGA_MICRO_VERSION 0
Expand Down

0 comments on commit 3dced07

Please sign in to comment.