Skip to content

Commit

Permalink
Merge pull request #1 from rlhui/rlhui/v18
Browse files Browse the repository at this point in the history
Update version to 1.8.0
  • Loading branch information
rlhui committed Mar 22, 2021
2 parents b3244ce + 993ad4c commit 5af8daf
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 5af8daf

Please sign in to comment.