Skip to content

Commit c00c674

Browse files
Merge branch 'task/update-sdk-version' into 'develop'
Update version to 8.3.0 See merge request sdk/sdk!6185
2 parents 666d5f4 + c20c64c commit c00c674

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/mega/version.h

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
#define MEGA_MAJOR_VERSION 8
33
#endif
44
#ifndef MEGA_MINOR_VERSION
5-
#define MEGA_MINOR_VERSION 2
5+
#define MEGA_MINOR_VERSION 3
66
#endif
77
#ifndef MEGA_MICRO_VERSION
8-
#define MEGA_MICRO_VERSION 1
9-
#endif
8+
#define MEGA_MICRO_VERSION 0
9+
#endif

0 commit comments

Comments
 (0)