You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cocos2d/cocos/CMakeLists.txt has not been updated to reflect the correct version number, so it is still as follows:
set(COCOS2D_X_VERSION 3.17.1)
There's nothing that can really be done about this given 3.17.2 has already been released, but please make a note to update it in the future, since developers may rely on this value to do conditional checks in the CMakeLists.txt file, such as:
if (COCOS2D_X_VERSION VERSION_GREATER 3.17.1)
else()
endif()