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 ed8bc68 commit d66394cCopy full SHA for d66394c
inc/saiversion.h
@@ -29,7 +29,7 @@
29
30
#define SAI_MAJOR 1
31
#define SAI_MINOR 17
32
-#define SAI_REVISION 0
+#define SAI_REVISION 1
33
34
#define SAI_VERSION(major, minor, revision) (10000 * (major) + 100 * (minor) + (revision))
35
0 commit comments