Skip to content

Commit

Permalink
Update version to 1.8.0
Browse files Browse the repository at this point in the history
Signed-off-by: rlhui <ritahui@microsoft.com>
  • Loading branch information
rlhui committed Mar 22, 2021
1 parent b3244ce commit 2ec02a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions saiversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
#define __SAIVERSION_H_

#define SAI_MAJOR 1
#define SAI_MINOR 7
#define SAI_REVISION 1
#define SAI_MINOR 8
#define SAI_REVISION 0

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

Expand Down

0 comments on commit 2ec02a5

Please sign in to comment.