We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b925fc0 commit 80c9798Copy full SHA for 80c9798
inc/saiversion.h
@@ -28,7 +28,7 @@
28
#include <saitypes.h>
29
30
#define SAI_MAJOR 1
31
-#define SAI_MINOR 16
+#define SAI_MINOR 17
32
#define SAI_REVISION 0
33
34
#define SAI_VERSION(major, minor, revision) (10000 * (major) + 100 * (minor) + (revision))
0 commit comments