powervr-graphics / Native_SDK

C++ cross-platform 3D graphics SDK. Includes demos & helper code (resource loading etc.) to speed up development of Vulkan, OpenGL ES 2.0 & 3.x applications
https://docs.imgtec.com/sdk-documentation/html/introduction.html
MIT License
708 stars 202 forks source link

[BUG] sdkver.h: Version is still 5.1 #62

Closed riffmasterv7 closed 3 years ago

riffmasterv7 commented 3 years ago

#define PVRSDK_VERSION "5.1"

define PVRSDK_BUILD "20.1@5715297"

define PVRVERSION_MAJ "20"

define PVRVERSION_MIN "1"

define PVRVERSION_BRANCH "201"

define PVRVERSION_BRANCH_DEC "20.1"

define PVRVERSION_BRANCH_NAME "REL/20.1"

define PVRVERSION_BUILD "5715297"

define PVRVERSION_BUILD_HI "571"

define PVRVERSION_BUILD_LO "5297"

omarzohdi commented 3 years ago

Hi @riffmasterv7,

Thanks for the bug report! The PVRSDK_VERSION was fixed in the latest release of the SDK 3f88b0f.

Cheers!