Skip to content

Commit

Permalink
Update sai version to v1.14.0 (#1991)
Browse files Browse the repository at this point in the history
Update sai version to v1.14.0 (#1991)

Signed-off-by: rlhui <[email protected]>
  • Loading branch information
rlhui authored Apr 17, 2024
1 parent 446b2b7 commit ca6b08f
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 @@ -28,7 +28,7 @@
#include <saitypes.h>

#define SAI_MAJOR 1
#define SAI_MINOR 13
#define SAI_MINOR 14
#define SAI_REVISION 0

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

0 comments on commit ca6b08f

Please sign in to comment.