From 404083d285886cab7481d1ca0fc038375d3f9784 Mon Sep 17 00:00:00 2001 From: vkovec Date: Thu, 1 Feb 2018 13:35:13 -0500 Subject: [PATCH] update version and release notes --- CMakeLists.txt | 2 +- docs/RELEASE_NOTES.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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