Skip to content

Commit bfe6388

Browse files
authored
Merge pull request #196 from Unity-Technologies/UNI-21392-sprint19-release
UNI-21392 sprint 19 release
2 parents dbb3f6f + 9e81d0f commit bfe6388

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CMakeLists.txt

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

1414
option(CREATE_PACKAGE "Create Package" OFF)
1515
if (NOT DEFINED PACKAGE_VERSION)
16-
set(PACKAGE_VERSION "0.0.7a")
16+
set(PACKAGE_VERSION "0.0.8a")
1717
endif()
1818

1919
if (NOT DEFINED PACKAGE_PATH)

docs/RELEASE_NOTES.md

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

3+
**Version**: 0.0.8a
4+
5+
Updated LICENCSE.txt to include Autodesk license
6+
7+
Use .bundle on Mac instead of .so for shared libraries
8+
9+
Ship bindings as binaries without source
10+
311
**Version**: 0.0.7a
412
Note: skipping version 0.0.6a so that FbxSdk package version matches FbxExporter package version
513

0 commit comments

Comments
 (0)