We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56c38e commit 23d8579Copy full SHA for 23d8579
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 0
+#define SAI_REVISION 1
33
34
#define SAI_VERSION(major, minor, revision) (10000 * (major) + 100 * (minor) + (revision))
35
0 commit comments