Browse Source

amdgpu/addrlib: Bump version to 6.01

Signed-off-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
tags/17.1-branchpoint
Nicolai Hähnle 9 years ago
parent
commit
11f1306207
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/amd/addrlib/addrinterface.h

+ 2
- 2
src/amd/addrlib/addrinterface.h View File

@@ -40,8 +40,8 @@ extern "C"
{
#endif

#define ADDRLIB_VERSION_MAJOR 5
#define ADDRLIB_VERSION_MINOR 25
#define ADDRLIB_VERSION_MAJOR 6
#define ADDRLIB_VERSION_MINOR 1
#define ADDRLIB_VERSION ((ADDRLIB_VERSION_MAJOR << 16) | ADDRLIB_VERSION_MINOR)

/// Virtually all interface functions need ADDR_HANDLE as first parameter

Loading…
Cancel
Save