There was an error while loading. Please reload this page.
1 parent 5cda0c8 commit 7ba3fcdCopy full SHA for 7ba3fcd
1 file changed
inc/saiversion.h
@@ -29,7 +29,7 @@
29
30
#define SAI_MAJOR 1
31
#define SAI_MINOR 16
32
-#define SAI_REVISION 3
+#define SAI_REVISION 4
33
34
#define SAI_VERSION(major, minor, revision) (10000 * (major) + 100 * (minor) + (revision))
35
0 commit comments