Skip to content

Commit

Permalink
update version and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
vkovec committed Feb 1, 2018
1 parent 9dc40cd commit 404083d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 4 additions & 0 deletions docs/RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 404083d

Please sign in to comment.