Skip to content

Commit 404083d

Browse files
committed
update version and release notes
1 parent 9dc40cd commit 404083d

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ MESSAGE(STATUS "CMAKE_INSTALL_PREFIX is: " ${CMAKE_INSTALL_PREFIX})
2323

2424
option(CREATE_PACKAGE "Create Package" OFF)
2525
if (NOT DEFINED PACKAGE_VERSION)
26-
set(PACKAGE_VERSION "sprint43")
26+
set(PACKAGE_VERSION "1.3.0a1")
2727
endif()
2828

2929
if (NOT DEFINED PACKAGE_PATH)

docs/RELEASE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
#RELEASE NOTES
22

3+
**Version**: 1.3.0a1
4+
5+
Fix Universal Windows Platform build error caused by UnityFbxSdk.dll being set as compatible with any platform instead of editor only.
6+
37
**Version**: sprint43
48

59
Add bindings for FbxAnimCurveFilterUnroll

0 commit comments

Comments
 (0)