Skip to content

Commit

Permalink
Update version to v1.13.2 (#1917)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlhui authored Nov 1, 2023
1 parent 22f9aee commit a14cbd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/saiversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

#define SAI_MAJOR 1
#define SAI_MINOR 13
#define SAI_REVISION 1
#define SAI_REVISION 2

#define SAI_VERSION(major, minor, revision) (10000 * (major) + 100 * (minor) + (revision))

Expand Down

0 comments on commit a14cbd4

Please sign in to comment.