amd/addrlib: Bump version to 6.02

This commit is contained in:
Joe Ma
2016-09-02 02:13:40 -04:00
committed by Marek Olšák
parent e736edf63d
commit a489cdb20f
+1 -1
View File
@@ -41,7 +41,7 @@ extern "C"
#endif
#define ADDRLIB_VERSION_MAJOR 6
#define ADDRLIB_VERSION_MINOR 1
#define ADDRLIB_VERSION_MINOR 2
#define ADDRLIB_VERSION ((ADDRLIB_VERSION_MAJOR << 16) | ADDRLIB_VERSION_MINOR)
/// Virtually all interface functions need ADDR_HANDLE as first parameter