Skip to content

Commit 7cbe0c7

Browse files
authored
Update SAI minor version to v1.17.5 (#2271)
Signed-off-by: Tejaswini Chadaga <tchadaga@microsoft.com>
1 parent 4d8e841 commit 7cbe0c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

inc/saiversion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929

3030
#define SAI_MAJOR 1
3131
#define SAI_MINOR 17
32-
#define SAI_REVISION 4
32+
#define SAI_REVISION 5
3333

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

0 commit comments

Comments
 (0)