diff --git a/CMakeLists.txt b/CMakeLists.txt index 318eaba2..6adc3c79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ MESSAGE(STATUS "CMAKE_INSTALL_PREFIX is: " ${CMAKE_INSTALL_PREFIX}) option(CREATE_PACKAGE "Create Package" OFF) if (NOT DEFINED PACKAGE_VERSION) - set(PACKAGE_VERSION "sprint43") + set(PACKAGE_VERSION "1.3.0a1") endif() if (NOT DEFINED PACKAGE_PATH) diff --git a/docs/RELEASE_NOTES.md b/docs/RELEASE_NOTES.md index cf9e490c..622a0b2f 100644 --- a/docs/RELEASE_NOTES.md +++ b/docs/RELEASE_NOTES.md @@ -1,5 +1,9 @@ #RELEASE NOTES +**Version**: 1.3.0a1 + +Fix Universal Windows Platform build error caused by UnityFbxSdk.dll being set as compatible with any platform instead of editor only. + **Version**: sprint43 Add bindings for FbxAnimCurveFilterUnroll